Html Css Color HEX #A981DD Biloba Flower

📋 copy color: '#A981DD'

red 169 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #A981DD

Tints of Biloba Flower #A981DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 32.56%
G = 24.86%
B = 42.58%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A981DD (or 0xA981DD) is known color: Biloba Flower. HEX triplet: A9, 81 and DD. RGB value is (169,129,221). Sum of RGB (Red+Green+Blue) = 169+129+221=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A981DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981DD is #567E22. Grayscale: #979797. Windows color (decimal): -5668387 or 14516649. OLE color: 14516649.

HSL color Cylindrical-coordinate representation of color #A981DD: hue angle of 266.09º degrees, saturation: 0.57, 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 #A981DD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 129 221 -
CMYK 0.24 0.42 0 0.13
HSL 266.09º 0.58% 0.69% -
HSV(B) 266.09º 0.42% 0.87% -
XYZ 37.26 29.36 72.11 -
YUV 151.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 169 129 221 0.24 0.42 0 0.13 266.09 0.58 0.69
Hex A9 81 DD 18 2A 0 D 10A 3A 45
Octal 251 201 335 30 52 0 15 412 72 105
Binary 10101001 10000001 11011101 11000 101010 0 1101 100001010 111010 1000101

Color Harmonies of #A981DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981DD

Black with #A981DD

Text Example


Text Example

White with #A981DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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