Html Css Color HEX #AFAAEE Perano

📋 copy color: '#AFAAEE'

red 175 ◦ green 170 ◦ blue 238

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

Shades of Perano #AFAAEE

Tints of Perano #AFAAEE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.16%

 BLUE value IS 238 (93.36% from 255) = 40.82%

R = 30.02%
G = 29.16%
B = 40.82%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFAAEE (or 0xAFAAEE) is known color: Perano. HEX triplet: AF, AA and EE. RGB value is (175,170,238). Sum of RGB (Red+Green+Blue) = 175+170+238=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAEE is #505511. Grayscale: #B2B2B2. Windows color (decimal): -5264658 or 15641263. OLE color: 15641263.

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

Color convert

RGB 175 170 238 -
CMYK 0.26 0.29 0 0.07
HSL 244.41º 0.67% 0.8% -
HSV(B) 244.41º 0.29% 0.93% -
XYZ 47.49 44.04 86.89 -
YUV 179.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 175 170 238 0.26 0.29 0 0.07 244.41 0.67 0.8
Hex AF AA EE 1A 1D 0 7 F4 43 50
Octal 257 252 356 32 35 0 7 364 103 120
Binary 10101111 10101010 11101110 11010 11101 0 111 11110100 1000011 1010000

Color Harmonies of #AFAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAEE

Black with #AFAAEE

Text Example


Text Example

White with #AFAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAEE; }

 p { color: rgb(175,170,238); }

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

background-color css

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

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

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

border-color css

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

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

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