Html Css Color HEX #A185CC Cold Purple

📋 copy color: '#A185CC'

red 161 ◦ green 133 ◦ blue 204

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

Shades of Cold Purple #A185CC

Tints of Cold Purple #A185CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 32.33%
G = 26.71%
B = 40.96%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A185CC (or 0xA185CC) is known color: Cold Purple. HEX triplet: A1, 85 and CC. RGB value is (161,133,204). Sum of RGB (Red+Green+Blue) = 161+133+204=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A185CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CC is #5E7A33. Grayscale: #959595. Windows color (decimal): -6191668 or 13403553. OLE color: 13403553.

HSL color Cylindrical-coordinate representation of color #A185CC: hue angle of 263.66º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A185CC is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 133 204 -
CMYK 0.21 0.35 0 0.2
HSL 263.66º 0.41% 0.66% -
HSV(B) 263.66º 0.35% 0.8% -
XYZ 33.98 28.71 60.88 -
YUV 149.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 161 133 204 0.21 0.35 0 0.2 263.66 0.41 0.66
Hex A1 85 CC 15 23 0 14 108 29 42
Octal 241 205 314 25 43 0 24 410 51 102
Binary 10100001 10000101 11001100 10101 100011 0 10100 100001000 101001 1000010

Color Harmonies of #A185CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185CC

Black with #A185CC

Text Example


Text Example

White with #A185CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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