Html Css Color HEX #A993FE Biloba Flower

📋 copy color: '#A993FE'

red 169 ◦ green 147 ◦ blue 254

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

Shades of Biloba Flower #A993FE

Tints of Biloba Flower #A993FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 29.65%
G = 25.79%
B = 44.56%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A993FE (or 0xA993FE) is known color: Biloba Flower. HEX triplet: A9, 93 and FE. RGB value is (169,147,254). Sum of RGB (Red+Green+Blue) = 169+147+254=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #A993FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993FE is #566C01. Grayscale: #A5A5A5. Windows color (decimal): -5663746 or 16683945. OLE color: 16683945.

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

Color convert

RGB 169 147 254 -
CMYK 0.33 0.42 0 0.00
HSL 252.34º 0.98% 0.79% -
HSV(B) 252.34º 0.42% 1% -
XYZ 44.69 36.46 98.45 -
YUV 165.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 169 147 254 0.33 0.42 0 0.00 252.34 0.98 0.79
Hex A9 93 FE 21 2A 0 0 FC 62 4F
Octal 251 223 376 41 52 0 0 374 142 117
Binary 10101001 10010011 11111110 100001 101010 0 0 11111100 1100010 1001111

Color Harmonies of #A993FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993FE

Black with #A993FE

Text Example


Text Example

White with #A993FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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