Html Css Color HEX #A390BD Cold Purple

📋 copy color: '#A390BD'

red 163 ◦ green 144 ◦ blue 189

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

Shades of Cold Purple #A390BD

Tints of Cold Purple #A390BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 32.86%
G = 29.03%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A390BD (or 0xA390BD) is known color: Cold Purple. HEX triplet: A3, 90 and BD. RGB value is (163,144,189). Sum of RGB (Red+Green+Blue) = 163+144+189=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #A390BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390BD is #5C6F42. Grayscale: #9A9A9A. Windows color (decimal): -6057795 or 12423331. OLE color: 12423331.

HSL color Cylindrical-coordinate representation of color #A390BD: hue angle of 265.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A390BD is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 144 189 -
CMYK 0.14 0.24 0 0.26
HSL 265.33º 0.25% 0.65% -
HSV(B) 265.33º 0.24% 0.74% -
XYZ 34.26 31.41 52.4 -
YUV 154.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 163 144 189 0.14 0.24 0 0.26 265.33 0.25 0.65
Hex A3 90 BD E 18 0 1A 109 19 41
Octal 243 220 275 16 30 0 32 411 31 101
Binary 10100011 10010000 10111101 1110 11000 0 11010 100001001 11001 1000001

Color Harmonies of #A390BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A390BD

Black with #A390BD

Text Example


Text Example

White with #A390BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A390BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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