Html Css Color HEX #A992DB Biloba Flower

📋 copy color: '#A992DB'

red 169 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #A992DB

Tints of Biloba Flower #A992DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.34%

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

R = 31.65%
G = 27.34%
B = 41.01%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A992DB (or 0xA992DB) is known color: Biloba Flower. HEX triplet: A9, 92 and DB. RGB value is (169,146,219). Sum of RGB (Red+Green+Blue) = 169+146+219=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A992DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992DB is #566D24. Grayscale: #A0A0A0. Windows color (decimal): -5664037 or 14389929. OLE color: 14389929.

HSL color Cylindrical-coordinate representation of color #A992DB: hue angle of 258.9º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A992DB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 146 219 -
CMYK 0.23 0.33 0 0.14
HSL 258.9º 0.5% 0.72% -
HSV(B) 258.9º 0.33% 0.86% -
XYZ 39.43 34.11 71.52 -
YUV 161.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 169 146 219 0.23 0.33 0 0.14 258.9 0.5 0.72
Hex A9 92 DB 17 21 0 E 103 32 48
Octal 251 222 333 27 41 0 16 403 62 110
Binary 10101001 10010010 11011011 10111 100001 0 1110 100000011 110010 1001000

Color Harmonies of #A992DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992DB

Black with #A992DB

Text Example


Text Example

White with #A992DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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