Html Css Color HEX #A982DB Biloba Flower

📋 copy color: '#A982DB'

red 169 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #A982DB

Tints of Biloba Flower #A982DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.1%

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

R = 32.63%
G = 25.1%
B = 42.28%

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

#A982DB (or 0xA982DB) is known color: Biloba Flower. HEX triplet: A9, 82 and DB. RGB value is (169,130,219). Sum of RGB (Red+Green+Blue) = 169+130+219=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A982DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982DB is #567D24. Grayscale: #979797. Windows color (decimal): -5668133 or 14385833. OLE color: 14385833.

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

Color convert

RGB 169 130 219 -
CMYK 0.23 0.41 0 0.14
HSL 266.29º 0.55% 0.68% -
HSV(B) 266.29º 0.41% 0.86% -
XYZ 37.13 29.51 70.76 -
YUV 151.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 169 130 219 0.23 0.41 0 0.14 266.29 0.55 0.68
Hex A9 82 DB 17 29 0 E 10A 37 44
Octal 251 202 333 27 51 0 16 412 67 104
Binary 10101001 10000010 11011011 10111 101001 0 1110 100001010 110111 1000100

Color Harmonies of #A982DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982DB

Black with #A982DB

Text Example


Text Example

White with #A982DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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