Html Css Color HEX #A993FF Biloba Flower

📋 copy color: '#A993FF'

red 169 ◦ green 147 ◦ blue 255

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

Shades of Biloba Flower #A993FF

Tints of Biloba Flower #A993FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 29.6%
G = 25.74%
B = 44.66%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A993FF (or 0xA993FF) is known color: Biloba Flower. HEX triplet: A9, 93 and FF. RGB value is (169,147,255). Sum of RGB (Red+Green+Blue) = 169+147+255=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A993FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993FF is #566C00. Grayscale: #A5A5A5. Windows color (decimal): -5663745 or 16749481. OLE color: 16749481.

HSL color Cylindrical-coordinate representation of color #A993FF: hue angle of 252.22º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A993FF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 147 255 -
CMYK 0.34 0.42 0 0
HSL 252.22º 1% 0.79% -
HSV(B) 252.22º 0.42% 1% -
XYZ 44.85 36.52 99.29 -
YUV 165.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 169 147 255 0.34 0.42 0 0 252.22 1 0.79
Hex A9 93 FF 22 2A 0 0 FC 64 4F
Octal 251 223 377 42 52 0 0 374 144 117
Binary 10101001 10010011 11111111 100010 101010 0 0 11111100 1100100 1001111

Color Harmonies of #A993FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993FF

Black with #A993FF

Text Example


Text Example

White with #A993FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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