Html Css Color HEX #A993EC Biloba Flower

📋 copy color: '#A993EC'

red 169 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #A993EC

Tints of Biloba Flower #A993EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 30.62%
G = 26.63%
B = 42.75%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A993EC (or 0xA993EC) is known color: Biloba Flower. HEX triplet: A9, 93 and EC. RGB value is (169,147,236). Sum of RGB (Red+Green+Blue) = 169+147+236=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A993EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993EC is #566C13. Grayscale: #A3A3A3. Windows color (decimal): -5663764 or 15504297. OLE color: 15504297.

HSL color Cylindrical-coordinate representation of color #A993EC: hue angle of 254.83º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A993EC is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 147 236 -
CMYK 0.28 0.38 0 0.07
HSL 254.83º 0.7% 0.75% -
HSV(B) 254.83º 0.38% 0.93% -
XYZ 41.94 35.36 83.97 -
YUV 163.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 169 147 236 0.28 0.38 0 0.07 254.83 0.7 0.75
Hex A9 93 EC 1C 26 0 7 FF 46 4B
Octal 251 223 354 34 46 0 7 377 106 113
Binary 10101001 10010011 11101100 11100 100110 0 111 11111111 1000110 1001011

Color Harmonies of #A993EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993EC

Black with #A993EC

Text Example


Text Example

White with #A993EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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