Html Css Color HEX #A184CA Cold Purple

📋 copy color: '#A184CA'

red 161 ◦ green 132 ◦ blue 202

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

Shades of Cold Purple #A184CA

Tints of Cold Purple #A184CA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 32.53%
G = 26.67%
B = 40.81%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A184CA (or 0xA184CA) is known color: Cold Purple. HEX triplet: A1, 84 and CA. RGB value is (161,132,202). Sum of RGB (Red+Green+Blue) = 161+132+202=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A184CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184CA is #5E7B35. Grayscale: #949494. Windows color (decimal): -6191926 or 13272225. OLE color: 13272225.

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

Color convert

RGB 161 132 202 -
CMYK 0.20 0.35 0 0.21
HSL 264.86º 0.4% 0.65% -
HSV(B) 264.86º 0.35% 0.79% -
XYZ 33.61 28.34 59.58 -
YUV 148.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 161 132 202 0.20 0.35 0 0.21 264.86 0.4 0.65
Hex A1 84 CA 14 23 0 15 109 28 41
Octal 241 204 312 24 43 0 25 411 50 101
Binary 10100001 10000100 11001010 10100 100011 0 10101 100001001 101000 1000001

Color Harmonies of #A184CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184CA

Black with #A184CA

Text Example


Text Example

White with #A184CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184CA; }

 p { color: rgb(161,132,202); }

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

background-color css

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

 a { background-color: rgb(161,132,202); }

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

border-color css

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

 span { border-color: rgb(161,132,202); }

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