Html Css Color HEX #A993ED Biloba Flower

📋 copy color: '#A993ED'

red 169 ◦ green 147 ◦ blue 237

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

Shades of Biloba Flower #A993ED

Tints of Biloba Flower #A993ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 30.56%
G = 26.58%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A993ED (or 0xA993ED) is known color: Biloba Flower. HEX triplet: A9, 93 and ED. RGB value is (169,147,237). Sum of RGB (Red+Green+Blue) = 169+147+237=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #A993ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993ED is #566C12. Grayscale: #A3A3A3. Windows color (decimal): -5663763 or 15569833. OLE color: 15569833.

HSL color Cylindrical-coordinate representation of color #A993ED: hue angle of 254.67º degrees, saturation: 0.71, 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 #A993ED is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 147 237 -
CMYK 0.29 0.38 0 0.07
HSL 254.67º 0.71% 0.75% -
HSV(B) 254.67º 0.38% 0.93% -
XYZ 42.08 35.42 84.74 -
YUV 163.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 169 147 237 0.29 0.38 0 0.07 254.67 0.71 0.75
Hex A9 93 ED 1D 26 0 7 FF 47 4B
Octal 251 223 355 35 46 0 7 377 107 113
Binary 10101001 10010011 11101101 11101 100110 0 111 11111111 1000111 1001011

Color Harmonies of #A993ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993ED

Black with #A993ED

Text Example


Text Example

White with #A993ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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