Html Css Color HEX #AFA1D8 Biloba Flower

📋 copy color: '#AFA1D8'

red 175 ◦ green 161 ◦ blue 216

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

Shades of Biloba Flower #AFA1D8

Tints of Biloba Flower #AFA1D8

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.17%

 BLUE value IS 216 (84.77% from 255) = 39.13%

R = 31.7%
G = 29.17%
B = 39.13%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFA1D8 (or 0xAFA1D8) is known color: Biloba Flower. HEX triplet: AF, A1 and D8. RGB value is (175,161,216). Sum of RGB (Red+Green+Blue) = 175+161+216=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFA1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1D8 is #505E27. Grayscale: #ABABAB. Windows color (decimal): -5266984 or 14197167. OLE color: 14197167.

HSL color Cylindrical-coordinate representation of color #AFA1D8: hue angle of 255.27º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA1D8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 161 216 -
CMYK 0.19 0.25 0 0.15
HSL 255.27º 0.41% 0.74% -
HSV(B) 255.27º 0.25% 0.85% -
XYZ 42.82 39.56 70.35 -
YUV 171.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 175 161 216 0.19 0.25 0 0.15 255.27 0.41 0.74
Hex AF A1 D8 13 19 0 F FF 29 4A
Octal 257 241 330 23 31 0 17 377 51 112
Binary 10101111 10100001 11011000 10011 11001 0 1111 11111111 101001 1001010

Color Harmonies of #AFA1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1D8

Black with #AFA1D8

Text Example


Text Example

White with #AFA1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1D8; }

 p { color: rgb(175,161,216); }

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

background-color css

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

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

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

border-color css

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

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

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