Html Css Color HEX #A185BD Cold Purple

📋 copy color: '#A185BD'

red 161 ◦ green 133 ◦ blue 189

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

Shades of Cold Purple #A185BD

Tints of Cold Purple #A185BD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

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

R = 33.33%
G = 27.54%
B = 39.13%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A185BD (or 0xA185BD) is known color: Cold Purple. HEX triplet: A1, 85 and BD. RGB value is (161,133,189). Sum of RGB (Red+Green+Blue) = 161+133+189=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #A185BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185BD is #5E7A42. Grayscale: #939393. Windows color (decimal): -6191683 or 12420513. OLE color: 12420513.

HSL color Cylindrical-coordinate representation of color #A185BD: hue angle of 270º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A185BD is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 133 189 -
CMYK 0.15 0.30 0 0.26
HSL 270º 0.3% 0.63% -
HSV(B) 270º 0.3% 0.74% -
XYZ 32.27 28.03 51.85 -
YUV 147.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 161 133 189 0.15 0.30 0 0.26 270 0.3 0.63
Hex A1 85 BD F 1E 0 1A 10E 1E 3F
Octal 241 205 275 17 36 0 32 416 36 77
Binary 10100001 10000101 10111101 1111 11110 0 11010 100001110 11110 111111

Color Harmonies of #A185BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185BD

Black with #A185BD

Text Example


Text Example

White with #A185BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185BD; }

 p { color: rgb(161,133,189); }

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

background-color css

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

 a { background-color: rgb(161,133,189); }

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

border-color css

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

 span { border-color: rgb(161,133,189); }

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