Html Css Color HEX #A185CB Cold Purple

📋 copy color: '#A185CB'

red 161 ◦ green 133 ◦ blue 203

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

Shades of Cold Purple #A185CB

Tints of Cold Purple #A185CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 32.39%
G = 26.76%
B = 40.85%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A185CB (or 0xA185CB) is known color: Cold Purple. HEX triplet: A1, 85 and CB. RGB value is (161,133,203). Sum of RGB (Red+Green+Blue) = 161+133+203=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #A185CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A185CB is #5E7A34. Grayscale: #959595. Windows color (decimal): -6191669 or 13338017. OLE color: 13338017.

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

Color convert

RGB 161 133 203 -
CMYK 0.21 0.34 0 0.20
HSL 264º 0.4% 0.66% -
HSV(B) 264º 0.34% 0.8% -
XYZ 33.86 28.66 60.25 -
YUV 149.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 161 133 203 0.21 0.34 0 0.20 264 0.4 0.66
Hex A1 85 CB 15 22 0 14 108 28 42
Octal 241 205 313 25 42 0 24 410 50 102
Binary 10100001 10000101 11001011 10101 100010 0 10100 100001000 101000 1000010

Color Harmonies of #A185CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A185CB

Black with #A185CB

Text Example


Text Example

White with #A185CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A185CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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