Html Css Color HEX #A993CE Biloba Flower

📋 copy color: '#A993CE'

red 169 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #A993CE

Tints of Biloba Flower #A993CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 32.38%
G = 28.16%
B = 39.46%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A993CE (or 0xA993CE) is known color: Biloba Flower. HEX triplet: A9, 93 and CE. RGB value is (169,147,206). Sum of RGB (Red+Green+Blue) = 169+147+206=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A993CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993CE is #566C31. Grayscale: #A0A0A0. Windows color (decimal): -5663794 or 13538217. OLE color: 13538217.

HSL color Cylindrical-coordinate representation of color #A993CE: hue angle of 262.37º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A993CE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 147 206 -
CMYK 0.18 0.29 0 0.19
HSL 262.37º 0.38% 0.69% -
HSV(B) 262.37º 0.29% 0.81% -
XYZ 37.94 33.76 62.91 -
YUV 160.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 169 147 206 0.18 0.29 0 0.19 262.37 0.38 0.69
Hex A9 93 CE 12 1D 0 13 106 26 45
Octal 251 223 316 22 35 0 23 406 46 105
Binary 10101001 10010011 11001110 10010 11101 0 10011 100000110 100110 1000101

Color Harmonies of #A993CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993CE

Black with #A993CE

Text Example


Text Example

White with #A993CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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