Html Css Color HEX #A17FCC Cold Purple

📋 copy color: '#A17FCC'

red 161 ◦ green 127 ◦ blue 204

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

Shades of Cold Purple #A17FCC

Tints of Cold Purple #A17FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

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

R = 32.72%
G = 25.81%
B = 41.46%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A17FCC (or 0xA17FCC) is known color: Cold Purple. HEX triplet: A1, 7F and CC. RGB value is (161,127,204). Sum of RGB (Red+Green+Blue) = 161+127+204=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #A17FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FCC is #5E8033. Grayscale: #919191. Windows color (decimal): -6193204 or 13402017. OLE color: 13402017.

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

Color convert

RGB 161 127 204 -
CMYK 0.21 0.38 0 0.2
HSL 266.49º 0.43% 0.65% -
HSV(B) 266.49º 0.38% 0.8% -
XYZ 33.19 27.12 60.61 -
YUV 145.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 161 127 204 0.21 0.38 0 0.2 266.49 0.43 0.65
Hex A1 7F CC 15 26 0 14 10A 2B 41
Octal 241 177 314 25 46 0 24 412 53 101
Binary 10100001 1111111 11001100 10101 100110 0 10100 100001010 101011 1000001

Color Harmonies of #A17FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FCC

Black with #A17FCC

Text Example


Text Example

White with #A17FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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