Html Css Color HEX #AFAFE2 Perano

📋 copy color: '#AFAFE2'

red 175 ◦ green 175 ◦ blue 226

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

Shades of Perano #AFAFE2

Tints of Perano #AFAFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.24%

R = 30.38%
G = 30.38%
B = 39.24%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFAFE2 (or 0xAFAFE2) is known color: Perano. HEX triplet: AF, AF and E2. RGB value is (175,175,226). Sum of RGB (Red+Green+Blue) = 175+175+226=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFAFE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFE2 is #50501D. Grayscale: #B4B4B4. Windows color (decimal): -5263390 or 14856111. OLE color: 14856111.

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

Color convert

RGB 175 175 226 -
CMYK 0.23 0.23 0 0.11
HSL 240º 0.47% 0.79% -
HSV(B) 240º 0.23% 0.89% -
XYZ 46.74 45.26 78.23 -
YUV 180.81 153.5 123.85 -
System Red Green Blue C M Y K H S L
Decimal 175 175 226 0.23 0.23 0 0.11 240 0.47 0.79
Hex AF AF E2 17 17 0 B F0 2F 4F
Octal 257 257 342 27 27 0 13 360 57 117
Binary 10101111 10101111 11100010 10111 10111 0 1011 11110000 101111 1001111

Color Harmonies of #AFAFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAFE2

Black with #AFAFE2

Text Example


Text Example

White with #AFAFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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