Html Css Color HEX #A981D7 Biloba Flower

📋 copy color: '#A981D7'

red 169 ◦ green 129 ◦ blue 215

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

Shades of Biloba Flower #A981D7

Tints of Biloba Flower #A981D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 32.94%
G = 25.15%
B = 41.91%

CMYK

 C value IS 0.21

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A981D7 (or 0xA981D7) is known color: Biloba Flower. HEX triplet: A9, 81 and D7. RGB value is (169,129,215). Sum of RGB (Red+Green+Blue) = 169+129+215=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #A981D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A981D7 is #567E28. Grayscale: #969696. Windows color (decimal): -5668393 or 14123433. OLE color: 14123433.

HSL color Cylindrical-coordinate representation of color #A981D7: hue angle of 267.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A981D7 is Cyan = 0.21, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 129 215 -
CMYK 0.21 0.4 0 0.16
HSL 267.91º 0.52% 0.67% -
HSV(B) 267.91º 0.4% 0.84% -
XYZ 36.48 29.04 67.97 -
YUV 150.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 169 129 215 0.21 0.4 0 0.16 267.91 0.52 0.67
Hex A9 81 D7 15 28 0 10 10C 34 43
Octal 251 201 327 25 50 0 20 414 64 103
Binary 10101001 10000001 11010111 10101 101000 0 10000 100001100 110100 1000011

Color Harmonies of #A981D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981D7

Black with #A981D7

Text Example


Text Example

White with #A981D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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