Html Css Color HEX #AF81D9 Biloba Flower

📋 copy color: '#AF81D9'

red 175 ◦ green 129 ◦ blue 217

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

Shades of Biloba Flower #AF81D9

Tints of Biloba Flower #AF81D9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.76%

 BLUE value IS 217 (85.16% from 255) = 41.65%

R = 33.59%
G = 24.76%
B = 41.65%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF81D9 (or 0xAF81D9) is known color: Biloba Flower. HEX triplet: AF, 81 and D9. RGB value is (175,129,217). Sum of RGB (Red+Green+Blue) = 175+129+217=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF81D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81D9 is #507E26. Grayscale: #989898. Windows color (decimal): -5275175 or 14254511. OLE color: 14254511.

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

Color convert

RGB 175 129 217 -
CMYK 0.19 0.41 0 0.15
HSL 271.36º 0.54% 0.68% -
HSV(B) 271.36º 0.41% 0.85% -
XYZ 38.05 29.82 69.4 -
YUV 152.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 175 129 217 0.19 0.41 0 0.15 271.36 0.54 0.68
Hex AF 81 D9 13 29 0 F 10F 36 44
Octal 257 201 331 23 51 0 17 417 66 104
Binary 10101111 10000001 11011001 10011 101001 0 1111 100001111 110110 1000100

Color Harmonies of #AF81D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81D9

Black with #AF81D9

Text Example


Text Example

White with #AF81D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81D9; }

 p { color: rgb(175,129,217); }

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

background-color css

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

 a { background-color: rgb(175,129,217); }

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

border-color css

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

 span { border-color: rgb(175,129,217); }

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