Html Css Color HEX #AF81D8 Biloba Flower

📋 copy color: '#AF81D8'

red 175 ◦ green 129 ◦ blue 216

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

Shades of Biloba Flower #AF81D8

Tints of Biloba Flower #AF81D8

RGB

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

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

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

R = 33.65%
G = 24.81%
B = 41.54%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF81D8 (or 0xAF81D8) is known color: Biloba Flower. HEX triplet: AF, 81 and D8. RGB value is (175,129,216). Sum of RGB (Red+Green+Blue) = 175+129+216=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF81D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81D8 is #507E27. Grayscale: #989898. Windows color (decimal): -5275176 or 14188975. OLE color: 14188975.

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

Color convert

RGB 175 129 216 -
CMYK 0.19 0.40 0 0.15
HSL 271.72º 0.53% 0.68% -
HSV(B) 271.72º 0.4% 0.85% -
XYZ 37.92 29.77 68.71 -
YUV 152.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 175 129 216 0.19 0.40 0 0.15 271.72 0.53 0.68
Hex AF 81 D8 13 28 0 F 110 35 44
Octal 257 201 330 23 50 0 17 420 65 104
Binary 10101111 10000001 11011000 10011 101000 0 1111 100010000 110101 1000100

Color Harmonies of #AF81D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81D8

Black with #AF81D8

Text Example


Text Example

White with #AF81D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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