Html Css Color HEX #A184CC Cold Purple

📋 copy color: '#A184CC'

red 161 ◦ green 132 ◦ blue 204

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

Shades of Cold Purple #A184CC

Tints of Cold Purple #A184CC

RGB

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

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

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

R = 32.39%
G = 26.56%
B = 41.05%

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

#A184CC (or 0xA184CC) is known color: Cold Purple. HEX triplet: A1, 84 and CC. RGB value is (161,132,204). Sum of RGB (Red+Green+Blue) = 161+132+204=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #A184CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A184CC is #5E7B33. Grayscale: #949494. Windows color (decimal): -6191924 or 13403297. OLE color: 13403297.

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

Color convert

RGB 161 132 204 -
CMYK 0.21 0.35 0 0.2
HSL 264.17º 0.41% 0.66% -
HSV(B) 264.17º 0.35% 0.8% -
XYZ 33.85 28.44 60.83 -
YUV 148.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 161 132 204 0.21 0.35 0 0.2 264.17 0.41 0.66
Hex A1 84 CC 15 23 0 14 108 29 42
Octal 241 204 314 25 43 0 24 410 51 102
Binary 10100001 10000100 11001100 10101 100011 0 10100 100001000 101001 1000010

Color Harmonies of #A184CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A184CC

Black with #A184CC

Text Example


Text Example

White with #A184CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A184CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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