Html Css Color HEX #A293F1 Biloba Flower

📋 copy color: '#A293F1'

red 162 ◦ green 147 ◦ blue 241

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

Shades of Biloba Flower #A293F1

Tints of Biloba Flower #A293F1

RGB

 RED value IS 162 (63.67% from 255) = 29.45%

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 29.45%
G = 26.73%
B = 43.82%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A293F1 (or 0xA293F1) is known color: Biloba Flower. HEX triplet: A2, 93 and F1. RGB value is (162,147,241). Sum of RGB (Red+Green+Blue) = 162+147+241=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #A293F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293F1 is #5D6C0E. Grayscale: #A1A1A1. Windows color (decimal): -6122511 or 15831970. OLE color: 15831970.

HSL color Cylindrical-coordinate representation of color #A293F1: hue angle of 249.57º degrees, saturation: 0.77, 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 #A293F1 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 147 241 -
CMYK 0.33 0.39 0 0.05
HSL 249.57º 0.77% 0.76% -
HSV(B) 249.57º 0.39% 0.95% -
XYZ 41.21 34.9 87.78 -
YUV 162.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 162 147 241 0.33 0.39 0 0.05 249.57 0.77 0.76
Hex A2 93 F1 21 27 0 5 FA 4D 4C
Octal 242 223 361 41 47 0 5 372 115 114
Binary 10100010 10010011 11110001 100001 100111 0 101 11111010 1001101 1001100

Color Harmonies of #A293F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293F1

Black with #A293F1

Text Example


Text Example

White with #A293F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293F1; }

 p { color: rgb(162,147,241); }

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

background-color css

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

 a { background-color: rgb(162,147,241); }

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

border-color css

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

 span { border-color: rgb(162,147,241); }

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