Html Css Color HEX #AF81DF Biloba Flower

📋 copy color: '#AF81DF'

red 175 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #AF81DF

Tints of Biloba Flower #AF81DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 33.21%
G = 24.48%
B = 42.31%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF81DF (or 0xAF81DF) is known color: Biloba Flower. HEX triplet: AF, 81 and DF. RGB value is (175,129,223). Sum of RGB (Red+Green+Blue) = 175+129+223=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF81DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DF is #507E20. Grayscale: #999999. Windows color (decimal): -5275169 or 14647727. OLE color: 14647727.

HSL color Cylindrical-coordinate representation of color #AF81DF: hue angle of 269.36º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF81DF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 129 223 -
CMYK 0.22 0.42 0 0.13
HSL 269.36º 0.59% 0.69% -
HSV(B) 269.36º 0.42% 0.87% -
XYZ 38.85 30.14 73.58 -
YUV 153.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 175 129 223 0.22 0.42 0 0.13 269.36 0.59 0.69
Hex AF 81 DF 16 2A 0 D 10D 3B 45
Octal 257 201 337 26 52 0 15 415 73 105
Binary 10101111 10000001 11011111 10110 101010 0 1101 100001101 111011 1000101

Color Harmonies of #AF81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81DF

Black with #AF81DF

Text Example


Text Example

White with #AF81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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