Html Css Color HEX #A993F2 Biloba Flower

📋 copy color: '#A993F2'

red 169 ◦ green 147 ◦ blue 242

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

Shades of Biloba Flower #A993F2

Tints of Biloba Flower #A993F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 30.29%
G = 26.34%
B = 43.37%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A993F2 (or 0xA993F2) is known color: Biloba Flower. HEX triplet: A9, 93 and F2. RGB value is (169,147,242). Sum of RGB (Red+Green+Blue) = 169+147+242=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #A993F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A993F2 is #566C0D. Grayscale: #A4A4A4. Windows color (decimal): -5663758 or 15897513. OLE color: 15897513.

HSL color Cylindrical-coordinate representation of color #A993F2: hue angle of 253.89º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A993F2 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 147 242 -
CMYK 0.30 0.39 0 0.05
HSL 253.89º 0.79% 0.76% -
HSV(B) 253.89º 0.39% 0.95% -
XYZ 42.82 35.71 88.64 -
YUV 164.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 169 147 242 0.30 0.39 0 0.05 253.89 0.79 0.76
Hex A9 93 F2 1E 27 0 5 FE 4F 4C
Octal 251 223 362 36 47 0 5 376 117 114
Binary 10101001 10010011 11110010 11110 100111 0 101 11111110 1001111 1001100

Color Harmonies of #A993F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A993F2

Black with #A993F2

Text Example


Text Example

White with #A993F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A993F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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