Html Css Color HEX #A982DD Biloba Flower

📋 copy color: '#A982DD'

red 169 ◦ green 130 ◦ blue 221

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

Shades of Biloba Flower #A982DD

Tints of Biloba Flower #A982DD

RGB

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

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

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

R = 32.5%
G = 25%
B = 42.5%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A982DD (or 0xA982DD) is known color: Biloba Flower. HEX triplet: A9, 82 and DD. RGB value is (169,130,221). Sum of RGB (Red+Green+Blue) = 169+130+221=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A982DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982DD is #567D22. Grayscale: #979797. Windows color (decimal): -5668131 or 14516905. OLE color: 14516905.

HSL color Cylindrical-coordinate representation of color #A982DD: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A982DD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 130 221 -
CMYK 0.24 0.41 0 0.13
HSL 265.71º 0.57% 0.69% -
HSV(B) 265.71º 0.41% 0.87% -
XYZ 37.4 29.62 72.15 -
YUV 152.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 169 130 221 0.24 0.41 0 0.13 265.71 0.57 0.69
Hex A9 82 DD 18 29 0 D 10A 39 45
Octal 251 202 335 30 51 0 15 412 71 105
Binary 10101001 10000010 11011101 11000 101001 0 1101 100001010 111001 1000101

Color Harmonies of #A982DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982DD

Black with #A982DD

Text Example


Text Example

White with #A982DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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