Html Css Color HEX #A981DB Biloba Flower

📋 copy color: '#A981DB'

red 169 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #A981DB

Tints of Biloba Flower #A981DB

RGB

 RED value IS 169 (66.41% from 255) = 32.69%

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

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

R = 32.69%
G = 24.95%
B = 42.36%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A981DB (or 0xA981DB) is known color: Biloba Flower. HEX triplet: A9, 81 and DB. RGB value is (169,129,219). Sum of RGB (Red+Green+Blue) = 169+129+219=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A981DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981DB is #567E24. Grayscale: #969696. Windows color (decimal): -5668389 or 14385577. OLE color: 14385577.

HSL color Cylindrical-coordinate representation of color #A981DB: hue angle of 266.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 #A981DB is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 129 219 -
CMYK 0.23 0.41 0 0.14
HSL 266.67º 0.56% 0.68% -
HSV(B) 266.67º 0.41% 0.86% -
XYZ 37 29.25 70.71 -
YUV 151.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 169 129 219 0.23 0.41 0 0.14 266.67 0.56 0.68
Hex A9 81 DB 17 29 0 E 10B 38 44
Octal 251 201 333 27 51 0 16 413 70 104
Binary 10101001 10000001 11011011 10111 101001 0 1110 100001011 111000 1000100

Color Harmonies of #A981DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981DB

Black with #A981DB

Text Example


Text Example

White with #A981DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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