Html Css Color HEX #A390ED Biloba Flower

📋 copy color: '#A390ED'

red 163 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #A390ED

Tints of Biloba Flower #A390ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 29.96%
G = 26.47%
B = 43.57%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A390ED (or 0xA390ED) is known color: Biloba Flower. HEX triplet: A3, 90 and ED. RGB value is (163,144,237). Sum of RGB (Red+Green+Blue) = 163+144+237=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A390ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390ED is #5C6F12. Grayscale: #9F9F9F. Windows color (decimal): -6057747 or 15569059. OLE color: 15569059.

HSL color Cylindrical-coordinate representation of color #A390ED: hue angle of 252.26º degrees, saturation: 0.72, 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 #A390ED is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 144 237 -
CMYK 0.31 0.39 0 0.07
HSL 252.26º 0.72% 0.75% -
HSV(B) 252.26º 0.39% 0.93% -
XYZ 40.36 33.85 84.53 -
YUV 160.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 163 144 237 0.31 0.39 0 0.07 252.26 0.72 0.75
Hex A3 90 ED 1F 27 0 7 FC 48 4B
Octal 243 220 355 37 47 0 7 374 110 113
Binary 10100011 10010000 11101101 11111 100111 0 111 11111100 1001000 1001011

Color Harmonies of #A390ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390ED

Black with #A390ED

Text Example


Text Example

White with #A390ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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