Html Css Color HEX #A982D6 Biloba Flower

📋 copy color: '#A982D6'

red 169 ◦ green 130 ◦ blue 214

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

Shades of Biloba Flower #A982D6

Tints of Biloba Flower #A982D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 32.94%
G = 25.34%
B = 41.72%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A982D6 (or 0xA982D6) is known color: Biloba Flower. HEX triplet: A9, 82 and D6. RGB value is (169,130,214). Sum of RGB (Red+Green+Blue) = 169+130+214=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #A982D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982D6 is #567D29. Grayscale: #969696. Windows color (decimal): -5668138 or 14058153. OLE color: 14058153.

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

Color convert

RGB 169 130 214 -
CMYK 0.21 0.39 0 0.16
HSL 267.86º 0.51% 0.67% -
HSV(B) 267.86º 0.39% 0.84% -
XYZ 36.48 29.26 67.34 -
YUV 151.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 169 130 214 0.21 0.39 0 0.16 267.86 0.51 0.67
Hex A9 82 D6 15 27 0 10 10C 33 43
Octal 251 202 326 25 47 0 20 414 63 103
Binary 10101001 10000010 11010110 10101 100111 0 10000 100001100 110011 1000011

Color Harmonies of #A982D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982D6

Black with #A982D6

Text Example


Text Example

White with #A982D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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