Html Css Color HEX #A191CC Cold Purple

📋 copy color: '#A191CC'

red 161 ◦ green 145 ◦ blue 204

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

Shades of Cold Purple #A191CC

Tints of Cold Purple #A191CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.43%

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

R = 31.57%
G = 28.43%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A191CC (or 0xA191CC) is known color: Cold Purple. HEX triplet: A1, 91 and CC. RGB value is (161,145,204). Sum of RGB (Red+Green+Blue) = 161+145+204=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #A191CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191CC is #5E6E33. Grayscale: #9C9C9C. Windows color (decimal): -6188596 or 13406625. OLE color: 13406625.

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

Color convert

RGB 161 145 204 -
CMYK 0.21 0.29 0 0.2
HSL 256.27º 0.37% 0.68% -
HSV(B) 256.27º 0.29% 0.8% -
XYZ 35.72 32.19 61.46 -
YUV 156.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 161 145 204 0.21 0.29 0 0.2 256.27 0.37 0.68
Hex A1 91 CC 15 1D 0 14 100 25 44
Octal 241 221 314 25 35 0 24 400 45 104
Binary 10100001 10010001 11001100 10101 11101 0 10100 100000000 100101 1000100

Color Harmonies of #A191CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A191CC

Black with #A191CC

Text Example


Text Example

White with #A191CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A191CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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