Html Css Color HEX #AFACE8 Perano

📋 copy color: '#AFACE8'

red 175 ◦ green 172 ◦ blue 232

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

Shades of Perano #AFACE8

Tints of Perano #AFACE8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.71%

 BLUE value IS 232 (91.02% from 255) = 40.07%

R = 30.22%
G = 29.71%
B = 40.07%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFACE8 (or 0xAFACE8) is known color: Perano. HEX triplet: AF, AC and E8. RGB value is (175,172,232). Sum of RGB (Red+Green+Blue) = 175+172+232=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACE8 is #505317. Grayscale: #B3B3B3. Windows color (decimal): -5264152 or 15248559. OLE color: 15248559.

HSL color Cylindrical-coordinate representation of color #AFACE8: hue angle of 243º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFACE8 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 172 232 -
CMYK 0.25 0.26 0 0.09
HSL 243º 0.57% 0.79% -
HSV(B) 243º 0.26% 0.91% -
XYZ 47 44.45 82.45 -
YUV 179.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 175 172 232 0.25 0.26 0 0.09 243 0.57 0.79
Hex AF AC E8 19 1A 0 9 F3 39 4F
Octal 257 254 350 31 32 0 11 363 71 117
Binary 10101111 10101100 11101000 11001 11010 0 1001 11110011 111001 1001111

Color Harmonies of #AFACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACE8

Black with #AFACE8

Text Example


Text Example

White with #AFACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACE8; }

 p { color: rgb(175,172,232); }

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

background-color css

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

 a { background-color: rgb(175,172,232); }

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

border-color css

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

 span { border-color: rgb(175,172,232); }

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