Html Css Color HEX #A390BB Cold Purple

📋 copy color: '#A390BB'

red 163 ◦ green 144 ◦ blue 187

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

Shades of Cold Purple #A390BB

Tints of Cold Purple #A390BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 33%
G = 29.15%
B = 37.85%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A390BB (or 0xA390BB) is known color: Cold Purple. HEX triplet: A3, 90 and BB. RGB value is (163,144,187). Sum of RGB (Red+Green+Blue) = 163+144+187=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #A390BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BB is #5C6F44. Grayscale: #9A9A9A. Windows color (decimal): -6057797 or 12292259. OLE color: 12292259.

HSL color Cylindrical-coordinate representation of color #A390BB: hue angle of 266.51º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A390BB is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 144 187 -
CMYK 0.13 0.23 0 0.27
HSL 266.51º 0.24% 0.65% -
HSV(B) 266.51º 0.23% 0.73% -
XYZ 34.05 31.32 51.26 -
YUV 154.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 163 144 187 0.13 0.23 0 0.27 266.51 0.24 0.65
Hex A3 90 BB D 17 0 1B 10B 18 41
Octal 243 220 273 15 27 0 33 413 30 101
Binary 10100011 10010000 10111011 1101 10111 0 11011 100001011 11000 1000001

Color Harmonies of #A390BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390BB

Black with #A390BB

Text Example


Text Example

White with #A390BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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