Html Css Color HEX #AFAEEC Perano

📋 copy color: '#AFAEEC'

red 175 ◦ green 174 ◦ blue 236

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

Shades of Perano #AFAEEC

Tints of Perano #AFAEEC

RGB

 RED value IS 175 (68.75% from 255) = 29.91%

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

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

R = 29.91%
G = 29.74%
B = 40.34%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFAEEC (or 0xAFAEEC) is known color: Perano. HEX triplet: AF, AE and EC. RGB value is (175,174,236). Sum of RGB (Red+Green+Blue) = 175+174+236=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEEC is #505113. Grayscale: #B5B5B5. Windows color (decimal): -5263636 or 15511215. OLE color: 15511215.

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

Color convert

RGB 175 174 236 -
CMYK 0.26 0.26 0 0.07
HSL 240.97º 0.62% 0.8% -
HSV(B) 240.97º 0.26% 0.93% -
XYZ 47.96 45.44 85.6 -
YUV 181.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 175 174 236 0.26 0.26 0 0.07 240.97 0.62 0.8
Hex AF AE EC 1A 1A 0 7 F1 3E 50
Octal 257 256 354 32 32 0 7 361 76 120
Binary 10101111 10101110 11101100 11010 11010 0 111 11110001 111110 1010000

Color Harmonies of #AFAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAEEC

Black with #AFAEEC

Text Example


Text Example

White with #AFAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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