Html Css Color HEX #A190CD Cold Purple

📋 copy color: '#A190CD'

red 161 ◦ green 144 ◦ blue 205

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

Shades of Cold Purple #A190CD

Tints of Cold Purple #A190CD

RGB

 RED value IS 161 (63.28% from 255) = 31.57%

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

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 31.57%
G = 28.24%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A190CD (or 0xA190CD) is known color: Cold Purple. HEX triplet: A1, 90 and CD. RGB value is (161,144,205). Sum of RGB (Red+Green+Blue) = 161+144+205=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A190CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190CD is #5E6F32. Grayscale: #9B9B9B. Windows color (decimal): -6188851 or 13471905. OLE color: 13471905.

HSL color Cylindrical-coordinate representation of color #A190CD: hue angle of 256.72º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A190CD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 144 205 -
CMYK 0.21 0.30 0 0.20
HSL 256.72º 0.38% 0.68% -
HSV(B) 256.72º 0.3% 0.8% -
XYZ 35.69 31.93 62.04 -
YUV 156.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 161 144 205 0.21 0.30 0 0.20 256.72 0.38 0.68
Hex A1 90 CD 15 1E 0 14 101 26 44
Octal 241 220 315 25 36 0 24 401 46 104
Binary 10100001 10010000 11001101 10101 11110 0 10100 100000001 100110 1000100

Color Harmonies of #A190CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190CD

Black with #A190CD

Text Example


Text Example

White with #A190CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190CD; }

 p { color: rgb(161,144,205); }

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

background-color css

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

 a { background-color: rgb(161,144,205); }

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

border-color css

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

 span { border-color: rgb(161,144,205); }

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