Html Css Color HEX #A390D7 Biloba Flower

📋 copy color: '#A390D7'

red 163 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #A390D7

Tints of Biloba Flower #A390D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 31.23%
G = 27.59%
B = 41.19%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A390D7 (or 0xA390D7) is known color: Biloba Flower. HEX triplet: A3, 90 and D7. RGB value is (163,144,215). Sum of RGB (Red+Green+Blue) = 163+144+215=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #A390D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390D7 is #5C6F28. Grayscale: #9D9D9D. Windows color (decimal): -6057769 or 14127267. OLE color: 14127267.

HSL color Cylindrical-coordinate representation of color #A390D7: hue angle of 256.06º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A390D7 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 144 215 -
CMYK 0.24 0.33 0 0.16
HSL 256.06º 0.47% 0.7% -
HSV(B) 256.06º 0.33% 0.84% -
XYZ 37.34 32.64 68.62 -
YUV 157.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 163 144 215 0.24 0.33 0 0.16 256.06 0.47 0.7
Hex A3 90 D7 18 21 0 10 100 2F 46
Octal 243 220 327 30 41 0 20 400 57 106
Binary 10100011 10010000 11010111 11000 100001 0 10000 100000000 101111 1000110

Color Harmonies of #A390D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390D7

Black with #A390D7

Text Example


Text Example

White with #A390D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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