Html Css Color HEX #AF81DB Biloba Flower

📋 copy color: '#AF81DB'

red 175 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #AF81DB

Tints of Biloba Flower #AF81DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 33.46%
G = 24.67%
B = 41.87%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF81DB (or 0xAF81DB) is known color: Biloba Flower. HEX triplet: AF, 81 and DB. RGB value is (175,129,219). Sum of RGB (Red+Green+Blue) = 175+129+219=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81DB is #507E24. Grayscale: #989898. Windows color (decimal): -5275173 or 14385583. OLE color: 14385583.

HSL color Cylindrical-coordinate representation of color #AF81DB: hue angle of 270.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF81DB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 129 219 -
CMYK 0.20 0.41 0 0.14
HSL 270.67º 0.56% 0.68% -
HSV(B) 270.67º 0.41% 0.86% -
XYZ 38.32 29.93 70.78 -
YUV 153.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 175 129 219 0.20 0.41 0 0.14 270.67 0.56 0.68
Hex AF 81 DB 14 29 0 E 10F 38 44
Octal 257 201 333 24 51 0 16 417 70 104
Binary 10101111 10000001 11011011 10100 101001 0 1110 100001111 111000 1000100

Color Harmonies of #AF81DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81DB

Black with #AF81DB

Text Example


Text Example

White with #AF81DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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