Html Css Color HEX #AF81DA Biloba Flower

📋 copy color: '#AF81DA'

red 175 ◦ green 129 ◦ blue 218

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

Shades of Biloba Flower #AF81DA

Tints of Biloba Flower #AF81DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 33.52%
G = 24.71%
B = 41.76%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF81DA (or 0xAF81DA) is known color: Biloba Flower. HEX triplet: AF, 81 and DA. RGB value is (175,129,218). Sum of RGB (Red+Green+Blue) = 175+129+218=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DA is #507E25. Grayscale: #989898. Windows color (decimal): -5275174 or 14320047. OLE color: 14320047.

HSL color Cylindrical-coordinate representation of color #AF81DA: hue angle of 271.01º degrees, saturation: 0.55, 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 #AF81DA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 129 218 -
CMYK 0.20 0.41 0 0.15
HSL 271.01º 0.55% 0.68% -
HSV(B) 271.01º 0.41% 0.85% -
XYZ 38.18 29.88 70.08 -
YUV 152.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 175 129 218 0.20 0.41 0 0.15 271.01 0.55 0.68
Hex AF 81 DA 14 29 0 F 10F 37 44
Octal 257 201 332 24 51 0 17 417 67 104
Binary 10101111 10000001 11011010 10100 101001 0 1111 100001111 110111 1000100

Color Harmonies of #AF81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81DA

Black with #AF81DA

Text Example


Text Example

White with #AF81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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