Html Css Color HEX #AFA9F0 Perano

📋 copy color: '#AFA9F0'

red 175 ◦ green 169 ◦ blue 240

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

Shades of Perano #AFA9F0

Tints of Perano #AFA9F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.1%

R = 29.97%
G = 28.94%
B = 41.1%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFA9F0 (or 0xAFA9F0) is known color: Perano. HEX triplet: AF, A9 and F0. RGB value is (175,169,240). Sum of RGB (Red+Green+Blue) = 175+169+240=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFA9F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA9F0 is #50560F. Grayscale: #B2B2B2. Windows color (decimal): -5264912 or 15772079. OLE color: 15772079.

HSL color Cylindrical-coordinate representation of color #AFA9F0: hue angle of 245.07º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA9F0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 169 240 -
CMYK 0.27 0.30 0 0.06
HSL 245.07º 0.7% 0.8% -
HSV(B) 245.07º 0.3% 0.94% -
XYZ 47.6 43.78 88.38 -
YUV 178.89 162.49 125.23 -
System Red Green Blue C M Y K H S L
Decimal 175 169 240 0.27 0.30 0 0.06 245.07 0.7 0.8
Hex AF A9 F0 1B 1E 0 6 F5 46 50
Octal 257 251 360 33 36 0 6 365 106 120
Binary 10101111 10101001 11110000 11011 11110 0 110 11110101 1000110 1010000

Color Harmonies of #AFA9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA9F0

Black with #AFA9F0

Text Example


Text Example

White with #AFA9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA9F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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