Html Css Color HEX #AFA9EC Perano

📋 copy color: '#AFA9EC'

red 175 ◦ green 169 ◦ blue 236

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

Shades of Perano #AFA9EC

Tints of Perano #AFA9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.14%

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 30.17%
G = 29.14%
B = 40.69%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFA9EC (or 0xAFA9EC) is known color: Perano. HEX triplet: AF, A9 and EC. RGB value is (175,169,236). Sum of RGB (Red+Green+Blue) = 175+169+236=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFA9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9EC is #505613. Grayscale: #B2B2B2. Windows color (decimal): -5264916 or 15509935. OLE color: 15509935.

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

Color convert

RGB 175 169 236 -
CMYK 0.26 0.28 0 0.07
HSL 245.37º 0.64% 0.79% -
HSV(B) 245.37º 0.28% 0.93% -
XYZ 47.01 43.55 85.28 -
YUV 178.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 175 169 236 0.26 0.28 0 0.07 245.37 0.64 0.79
Hex AF A9 EC 1A 1C 0 7 F5 40 4F
Octal 257 251 354 32 34 0 7 365 100 117
Binary 10101111 10101001 11101100 11010 11100 0 111 11110101 1000000 1001111

Color Harmonies of #AFA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA9EC

Black with #AFA9EC

Text Example


Text Example

White with #AFA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA9EC; }

 p { color: rgb(175,169,236); }

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

background-color css

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

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

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

border-color css

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

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

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