Html Css Color HEX #A8ABEB Perano

📋 copy color: '#A8ABEB'

red 168 ◦ green 171 ◦ blue 235

#A8ABEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A8ABEB

Tints of Perano #A8ABEB

RGB

 RED value IS 168 (66.02% from 255) = 29.27%

 GREEN value IS 171 (67.19% from 255) = 29.79%

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 29.27%
G = 29.79%
B = 40.94%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A8ABEB (or 0xA8ABEB) is known color: Perano. HEX triplet: A8, AB and EB. RGB value is (168,171,235). Sum of RGB (Red+Green+Blue) = 168+171+235=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ABEB is #575414. Grayscale: #B1B1B1. Windows color (decimal): -5723157 or 15444904. OLE color: 15444904.

HSL color Cylindrical-coordinate representation of color #A8ABEB: hue angle of 237.31º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ABEB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 171 235 -
CMYK 0.29 0.27 0 0.08
HSL 237.31º 0.63% 0.79% -
HSV(B) 237.31º 0.29% 0.92% -
XYZ 45.71 43.45 84.57 -
YUV 177.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 168 171 235 0.29 0.27 0 0.08 237.31 0.63 0.79
Hex A8 AB EB 1D 1B 0 8 ED 3F 4F
Octal 250 253 353 35 33 0 10 355 77 117
Binary 10101000 10101011 11101011 11101 11011 0 1000 11101101 111111 1001111

Color Harmonies of #A8ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABEB

Black with #A8ABEB

Text Example


Text Example

White with #A8ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABEB; }

 p { color: rgb(168,171,235); }

 H1.HeaderClassName
 {
   color: #A8ABEB;
 }
 .AnyTagClassName
 {
   color: #A8ABEB;
 }
</style>

background-color css

<style>
 a { background-color: #A8ABEB; }

 a { background-color: rgb(168,171,235); }

 div.DivClassName
 {
   background-color: #A8ABEB;
 }
 .BgClassName
 {
   background-color: #A8ABEB;
 }
</style>

border-color css

<style>
 span { border-color: #A8ABEB; }

 span { border-color: rgb(168,171,235); }

 td.TdClassName
 {
   border-color: #A8ABEB;
 }
 .TagClassName
 {
   border-color: #A8ABEB;
 }
</style>