Html Css Color HEX #A390E8 Biloba Flower

📋 copy color: '#A390E8'

red 163 ◦ green 144 ◦ blue 232

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

Shades of Biloba Flower #A390E8

Tints of Biloba Flower #A390E8

RGB

 RED value IS 163 (64.06% from 255) = 30.24%

 GREEN value IS 144 (56.64% from 255) = 26.72%

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 30.24%
G = 26.72%
B = 43.04%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A390E8 (or 0xA390E8) is known color: Biloba Flower. HEX triplet: A3, 90 and E8. RGB value is (163,144,232). Sum of RGB (Red+Green+Blue) = 163+144+232=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #A390E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390E8 is #5C6F17. Grayscale: #9F9F9F. Windows color (decimal): -6057752 or 15241379. OLE color: 15241379.

HSL color Cylindrical-coordinate representation of color #A390E8: hue angle of 252.95º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A390E8 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 163 144 232 -
CMYK 0.30 0.38 0 0.09
HSL 252.95º 0.66% 0.74% -
HSV(B) 252.95º 0.38% 0.91% -
XYZ 39.64 33.56 80.73 -
YUV 159.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 163 144 232 0.30 0.38 0 0.09 252.95 0.66 0.74
Hex A3 90 E8 1E 26 0 9 FD 42 4A
Octal 243 220 350 36 46 0 11 375 102 112
Binary 10100011 10010000 11101000 11110 100110 0 1001 11111101 1000010 1001010

Color Harmonies of #A390E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390E8

Black with #A390E8

Text Example


Text Example

White with #A390E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390E8; }

 p { color: rgb(163,144,232); }

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

background-color css

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

 a { background-color: rgb(163,144,232); }

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

border-color css

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

 span { border-color: rgb(163,144,232); }

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