Html Css Color HEX #A993DC Biloba Flower

📋 copy color: '#A993DC'

red 169 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #A993DC

Tints of Biloba Flower #A993DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 31.53%
G = 27.43%
B = 41.04%

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

#A993DC (or 0xA993DC) is known color: Biloba Flower. HEX triplet: A9, 93 and DC. RGB value is (169,147,220). Sum of RGB (Red+Green+Blue) = 169+147+220=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A993DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993DC is #566C23. Grayscale: #A1A1A1. Windows color (decimal): -5663780 or 14455721. OLE color: 14455721.

HSL color Cylindrical-coordinate representation of color #A993DC: hue angle of 258.08º degrees, saturation: 0.51, 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 #A993DC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 147 220 -
CMYK 0.23 0.33 0 0.14
HSL 258.08º 0.51% 0.72% -
HSV(B) 258.08º 0.33% 0.86% -
XYZ 39.71 34.47 72.27 -
YUV 161.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 169 147 220 0.23 0.33 0 0.14 258.08 0.51 0.72
Hex A9 93 DC 17 21 0 E 102 33 48
Octal 251 223 334 27 41 0 16 402 63 110
Binary 10101001 10010011 11011100 10111 100001 0 1110 100000010 110011 1001000

Color Harmonies of #A993DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993DC

Black with #A993DC

Text Example


Text Example

White with #A993DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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