Html Css Color HEX #A390CF Biloba Flower

📋 copy color: '#A390CF'

red 163 ◦ green 144 ◦ blue 207

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

Shades of Biloba Flower #A390CF

Tints of Biloba Flower #A390CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 31.71%
G = 28.02%
B = 40.27%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A390CF (or 0xA390CF) is known color: Biloba Flower. HEX triplet: A3, 90 and CF. RGB value is (163,144,207). Sum of RGB (Red+Green+Blue) = 163+144+207=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #A390CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390CF is #5C6F30. Grayscale: #9C9C9C. Windows color (decimal): -6057777 or 13602979. OLE color: 13602979.

HSL color Cylindrical-coordinate representation of color #A390CF: hue angle of 258.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A390CF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 144 207 -
CMYK 0.21 0.30 0 0.19
HSL 258.1º 0.4% 0.69% -
HSV(B) 258.1º 0.3% 0.81% -
XYZ 36.34 32.24 63.34 -
YUV 156.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 163 144 207 0.21 0.30 0 0.19 258.1 0.4 0.69
Hex A3 90 CF 15 1E 0 13 102 28 45
Octal 243 220 317 25 36 0 23 402 50 105
Binary 10100011 10010000 11001111 10101 11110 0 10011 100000010 101000 1000101

Color Harmonies of #A390CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390CF

Black with #A390CF

Text Example


Text Example

White with #A390CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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