Html Css Color HEX #AFAFE6 Perano

📋 copy color: '#AFAFE6'

red 175 ◦ green 175 ◦ blue 230

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

Shades of Perano #AFAFE6

Tints of Perano #AFAFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.66%

R = 30.17%
G = 30.17%
B = 39.66%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFAFE6 (or 0xAFAFE6) is known color: Perano. HEX triplet: AF, AF and E6. RGB value is (175,175,230). Sum of RGB (Red+Green+Blue) = 175+175+230=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #AFAFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFE6 is #505019. Grayscale: #B5B5B5. Windows color (decimal): -5263386 or 15118255. OLE color: 15118255.

HSL color Cylindrical-coordinate representation of color #AFAFE6: hue angle of 240º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFAFE6 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 175 230 -
CMYK 0.24 0.24 0 0.10
HSL 240º 0.52% 0.79% -
HSV(B) 240º 0.24% 0.9% -
XYZ 47.29 45.49 81.15 -
YUV 181.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 175 175 230 0.24 0.24 0 0.10 240 0.52 0.79
Hex AF AF E6 18 18 0 A F0 34 4F
Octal 257 257 346 30 30 0 12 360 64 117
Binary 10101111 10101111 11100110 11000 11000 0 1010 11110000 110100 1001111

Color Harmonies of #AFAFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFE6

Black with #AFAFE6

Text Example


Text Example

White with #AFAFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFE6; }

 p { color: rgb(175,175,230); }

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

background-color css

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

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

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

border-color css

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

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

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