Html Css Color HEX #A993DD Biloba Flower

📋 copy color: '#A993DD'

red 169 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #A993DD

Tints of Biloba Flower #A993DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.37%

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

R = 31.47%
G = 27.37%
B = 41.15%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A993DD (or 0xA993DD) is known color: Biloba Flower. HEX triplet: A9, 93 and DD. RGB value is (169,147,221). Sum of RGB (Red+Green+Blue) = 169+147+221=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A993DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993DD is #566C22. Grayscale: #A1A1A1. Windows color (decimal): -5663779 or 14521257. OLE color: 14521257.

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

Color convert

RGB 169 147 221 -
CMYK 0.24 0.33 0 0.13
HSL 257.84º 0.52% 0.72% -
HSV(B) 257.84º 0.33% 0.87% -
XYZ 39.85 34.52 72.97 -
YUV 162.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 169 147 221 0.24 0.33 0 0.13 257.84 0.52 0.72
Hex A9 93 DD 18 21 0 D 102 34 48
Octal 251 223 335 30 41 0 15 402 64 110
Binary 10101001 10010011 11011101 11000 100001 0 1101 100000010 110100 1001000

Color Harmonies of #A993DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993DD

Black with #A993DD

Text Example


Text Example

White with #A993DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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