Html Css Color HEX #AFACE9 Perano

📋 copy color: '#AFACE9'

red 175 ◦ green 172 ◦ blue 233

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

Shades of Perano #AFACE9

Tints of Perano #AFACE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.17%

R = 30.17%
G = 29.66%
B = 40.17%

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

#AFACE9 (or 0xAFACE9) is known color: Perano. HEX triplet: AF, AC and E9. RGB value is (175,172,233). Sum of RGB (Red+Green+Blue) = 175+172+233=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACE9 is #505316. Grayscale: #B3B3B3. Windows color (decimal): -5264151 or 15314095. OLE color: 15314095.

HSL color Cylindrical-coordinate representation of color #AFACE9: hue angle of 242.95º degrees, saturation: 0.58, 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 #AFACE9 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 172 233 -
CMYK 0.25 0.26 0 0.09
HSL 242.95º 0.58% 0.79% -
HSV(B) 242.95º 0.26% 0.91% -
XYZ 47.14 44.5 83.2 -
YUV 179.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 175 172 233 0.25 0.26 0 0.09 242.95 0.58 0.79
Hex AF AC E9 19 1A 0 9 F3 3A 4F
Octal 257 254 351 31 32 0 11 363 72 117
Binary 10101111 10101100 11101001 11001 11010 0 1001 11110011 111010 1001111

Color Harmonies of #AFACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFACE9

Black with #AFACE9

Text Example


Text Example

White with #AFACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFACE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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