Html Css Color HEX #A390EE Biloba Flower

📋 copy color: '#A390EE'

red 163 ◦ green 144 ◦ blue 238

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

Shades of Biloba Flower #A390EE

Tints of Biloba Flower #A390EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 29.91%
G = 26.42%
B = 43.67%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A390EE (or 0xA390EE) is known color: Biloba Flower. HEX triplet: A3, 90 and EE. RGB value is (163,144,238). Sum of RGB (Red+Green+Blue) = 163+144+238=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #A390EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390EE is #5C6F11. Grayscale: #A0A0A0. Windows color (decimal): -6057746 or 15634595. OLE color: 15634595.

HSL color Cylindrical-coordinate representation of color #A390EE: hue angle of 252.13º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A390EE is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 144 238 -
CMYK 0.32 0.39 0 0.07
HSL 252.13º 0.73% 0.75% -
HSV(B) 252.13º 0.39% 0.93% -
XYZ 40.51 33.91 85.3 -
YUV 160.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 163 144 238 0.32 0.39 0 0.07 252.13 0.73 0.75
Hex A3 90 EE 20 27 0 7 FC 49 4B
Octal 243 220 356 40 47 0 7 374 111 113
Binary 10100011 10010000 11101110 100000 100111 0 111 11111100 1001001 1001011

Color Harmonies of #A390EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390EE

Black with #A390EE

Text Example


Text Example

White with #A390EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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