Html Css Color HEX #A8ABE4 Perano

📋 copy color: '#A8ABE4'

red 168 ◦ green 171 ◦ blue 228

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

Shades of Perano #A8ABE4

Tints of Perano #A8ABE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.21%

R = 29.63%
G = 30.16%
B = 40.21%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A8ABE4 (or 0xA8ABE4) is known color: Perano. HEX triplet: A8, AB and E4. RGB value is (168,171,228). Sum of RGB (Red+Green+Blue) = 168+171+228=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #A8ABE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABE4 is #57541B. Grayscale: #B0B0B0. Windows color (decimal): -5723164 or 14986152. OLE color: 14986152.

HSL color Cylindrical-coordinate representation of color #A8ABE4: hue angle of 237º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8ABE4 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 171 228 -
CMYK 0.26 0.25 0 0.11
HSL 237º 0.53% 0.78% -
HSV(B) 237º 0.26% 0.89% -
XYZ 44.71 43.05 79.35 -
YUV 176.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 168 171 228 0.26 0.25 0 0.11 237 0.53 0.78
Hex A8 AB E4 1A 19 0 B ED 35 4E
Octal 250 253 344 32 31 0 13 355 65 116
Binary 10101000 10101011 11100100 11010 11001 0 1011 11101101 110101 1001110

Color Harmonies of #A8ABE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ABE4

Black with #A8ABE4

Text Example


Text Example

White with #A8ABE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ABE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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