Html Css Color HEX #A8AEEC Perano

📋 copy color: '#A8AEEC'

red 168 ◦ green 174 ◦ blue 236

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

Shades of Perano #A8AEEC

Tints of Perano #A8AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.1%

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 29.07%
G = 30.1%
B = 40.83%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8AEEC (or 0xA8AEEC) is known color: Perano. HEX triplet: A8, AE and EC. RGB value is (168,174,236). Sum of RGB (Red+Green+Blue) = 168+174+236=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AEEC is #575113. Grayscale: #B3B3B3. Windows color (decimal): -5722388 or 15511208. OLE color: 15511208.

HSL color Cylindrical-coordinate representation of color #A8AEEC: hue angle of 234.71º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8AEEC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 174 236 -
CMYK 0.29 0.26 0 0.07
HSL 234.71º 0.64% 0.79% -
HSV(B) 234.71º 0.29% 0.93% -
XYZ 46.42 44.65 85.53 -
YUV 179.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 168 174 236 0.29 0.26 0 0.07 234.71 0.64 0.79
Hex A8 AE EC 1D 1A 0 7 EB 40 4F
Octal 250 256 354 35 32 0 7 353 100 117
Binary 10101000 10101110 11101100 11101 11010 0 111 11101011 1000000 1001111

Color Harmonies of #A8AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AEEC

Black with #A8AEEC

Text Example


Text Example

White with #A8AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AEEC; }

 p { color: rgb(168,174,236); }

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

background-color css

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

 a { background-color: rgb(168,174,236); }

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

border-color css

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

 span { border-color: rgb(168,174,236); }

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