Html Css Color HEX #A981DF Biloba Flower

📋 copy color: '#A981DF'

red 169 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #A981DF

Tints of Biloba Flower #A981DF

RGB

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

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

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

R = 32.44%
G = 24.76%
B = 42.8%

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

#A981DF (or 0xA981DF) is known color: Biloba Flower. HEX triplet: A9, 81 and DF. RGB value is (169,129,223). Sum of RGB (Red+Green+Blue) = 169+129+223=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A981DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981DF is #567E20. Grayscale: #979797. Windows color (decimal): -5668385 or 14647721. OLE color: 14647721.

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

Color convert

RGB 169 129 223 -
CMYK 0.24 0.42 0 0.13
HSL 265.53º 0.59% 0.69% -
HSV(B) 265.53º 0.42% 0.87% -
XYZ 37.53 29.46 73.52 -
YUV 151.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 169 129 223 0.24 0.42 0 0.13 265.53 0.59 0.69
Hex A9 81 DF 18 2A 0 D 10A 3B 45
Octal 251 201 337 30 52 0 15 412 73 105
Binary 10101001 10000001 11011111 11000 101010 0 1101 100001010 111011 1000101

Color Harmonies of #A981DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981DF

Black with #A981DF

Text Example


Text Example

White with #A981DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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