Html Css Color HEX #A390DC Biloba Flower

📋 copy color: '#A390DC'

red 163 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #A390DC

Tints of Biloba Flower #A390DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 30.93%
G = 27.32%
B = 41.75%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A390DC (or 0xA390DC) is known color: Biloba Flower. HEX triplet: A3, 90 and DC. RGB value is (163,144,220). Sum of RGB (Red+Green+Blue) = 163+144+220=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A390DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390DC is #5C6F23. Grayscale: #9E9E9E. Windows color (decimal): -6057764 or 14454947. OLE color: 14454947.

HSL color Cylindrical-coordinate representation of color #A390DC: hue angle of 255º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A390DC is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 144 220 -
CMYK 0.26 0.35 0 0.14
HSL 255º 0.52% 0.71% -
HSV(B) 255º 0.35% 0.86% -
XYZ 38 32.9 72.06 -
YUV 158.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 163 144 220 0.26 0.35 0 0.14 255 0.52 0.71
Hex A3 90 DC 1A 23 0 E FF 34 47
Octal 243 220 334 32 43 0 16 377 64 107
Binary 10100011 10010000 11011100 11010 100011 0 1110 11111111 110100 1000111

Color Harmonies of #A390DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390DC

Black with #A390DC

Text Example


Text Example

White with #A390DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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