Html Css Color HEX #AFAAEB Perano

📋 copy color: '#AFAAEB'

red 175 ◦ green 170 ◦ blue 235

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

Shades of Perano #AFAAEB

Tints of Perano #AFAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 30.17%
G = 29.31%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFAAEB (or 0xAFAAEB) is known color: Perano. HEX triplet: AF, AA and EB. RGB value is (175,170,235). Sum of RGB (Red+Green+Blue) = 175+170+235=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAEB is #505514. Grayscale: #B2B2B2. Windows color (decimal): -5264661 or 15444655. OLE color: 15444655.

HSL color Cylindrical-coordinate representation of color #AFAAEB: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFAAEB is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 170 235 -
CMYK 0.26 0.28 0 0.08
HSL 244.62º 0.62% 0.79% -
HSV(B) 244.62º 0.28% 0.92% -
XYZ 47.05 43.86 84.58 -
YUV 178.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 175 170 235 0.26 0.28 0 0.08 244.62 0.62 0.79
Hex AF AA EB 1A 1C 0 8 F5 3E 4F
Octal 257 252 353 32 34 0 10 365 76 117
Binary 10101111 10101010 11101011 11010 11100 0 1000 11110101 111110 1001111

Color Harmonies of #AFAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAAEB

Black with #AFAAEB

Text Example


Text Example

White with #AFAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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