Html Css Color HEX #A992DD Biloba Flower

📋 copy color: '#A992DD'

red 169 ◦ green 146 ◦ blue 221

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

Shades of Biloba Flower #A992DD

Tints of Biloba Flower #A992DD

RGB

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

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

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

R = 31.53%
G = 27.24%
B = 41.23%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A992DD (or 0xA992DD) is known color: Biloba Flower. HEX triplet: A9, 92 and DD. RGB value is (169,146,221). Sum of RGB (Red+Green+Blue) = 169+146+221=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A992DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992DD is #566D22. Grayscale: #A1A1A1. Windows color (decimal): -5664035 or 14521001. OLE color: 14521001.

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

Color convert

RGB 169 146 221 -
CMYK 0.24 0.34 0 0.13
HSL 258.4º 0.52% 0.72% -
HSV(B) 258.4º 0.34% 0.87% -
XYZ 39.69 34.21 72.92 -
YUV 161.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 169 146 221 0.24 0.34 0 0.13 258.4 0.52 0.72
Hex A9 92 DD 18 22 0 D 102 34 48
Octal 251 222 335 30 42 0 15 402 64 110
Binary 10101001 10010010 11011101 11000 100010 0 1101 100000010 110100 1001000

Color Harmonies of #A992DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A992DD

Black with #A992DD

Text Example


Text Example

White with #A992DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A992DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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