Html Css Color HEX #A185CD Cold Purple

📋 copy color: '#A185CD'

red 161 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #A185CD

Tints of Cold Purple #A185CD

RGB

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

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

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

R = 32.26%
G = 26.65%
B = 41.08%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A185CD (or 0xA185CD) is known color: Cold Purple. HEX triplet: A1, 85 and CD. RGB value is (161,133,205). Sum of RGB (Red+Green+Blue) = 161+133+205=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #A185CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CD is #5E7A32. Grayscale: #959595. Windows color (decimal): -6191667 or 13469089. OLE color: 13469089.

HSL color Cylindrical-coordinate representation of color #A185CD: hue angle of 263.33º degrees, saturation: 0.42, 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 #A185CD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 133 205 -
CMYK 0.21 0.35 0 0.20
HSL 263.33º 0.42% 0.66% -
HSV(B) 263.33º 0.35% 0.8% -
XYZ 34.1 28.76 61.51 -
YUV 149.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 161 133 205 0.21 0.35 0 0.20 263.33 0.42 0.66
Hex A1 85 CD 15 23 0 14 107 2A 42
Octal 241 205 315 25 43 0 24 407 52 102
Binary 10100001 10000101 11001101 10101 100011 0 10100 100000111 101010 1000010

Color Harmonies of #A185CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185CD

Black with #A185CD

Text Example


Text Example

White with #A185CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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