Html Css Color HEX #A183CC Cold Purple

📋 copy color: '#A183CC'

red 161 ◦ green 131 ◦ blue 204

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

Shades of Cold Purple #A183CC

Tints of Cold Purple #A183CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.41%

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

R = 32.46%
G = 26.41%
B = 41.13%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A183CC (or 0xA183CC) is known color: Cold Purple. HEX triplet: A1, 83 and CC. RGB value is (161,131,204). Sum of RGB (Red+Green+Blue) = 161+131+204=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #A183CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183CC is #5E7C33. Grayscale: #949494. Windows color (decimal): -6192180 or 13403041. OLE color: 13403041.

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

Color convert

RGB 161 131 204 -
CMYK 0.21 0.36 0 0.2
HSL 264.66º 0.42% 0.66% -
HSV(B) 264.66º 0.36% 0.8% -
XYZ 33.71 28.17 60.79 -
YUV 148.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 161 131 204 0.21 0.36 0 0.2 264.66 0.42 0.66
Hex A1 83 CC 15 24 0 14 109 2A 42
Octal 241 203 314 25 44 0 24 411 52 102
Binary 10100001 10000011 11001100 10101 100100 0 10100 100001001 101010 1000010

Color Harmonies of #A183CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A183CC

Black with #A183CC

Text Example


Text Example

White with #A183CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A183CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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