Html Css Color HEX #A17FCD Cold Purple

📋 copy color: '#A17FCD'

red 161 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #A17FCD

Tints of Cold Purple #A17FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 32.66%
G = 25.76%
B = 41.58%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A17FCD (or 0xA17FCD) is known color: Cold Purple. HEX triplet: A1, 7F and CD. RGB value is (161,127,205). Sum of RGB (Red+Green+Blue) = 161+127+205=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #A17FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17FCD is #5E8032. Grayscale: #919191. Windows color (decimal): -6193203 or 13467553. OLE color: 13467553.

HSL color Cylindrical-coordinate representation of color #A17FCD: hue angle of 266.15º degrees, saturation: 0.44, 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 #A17FCD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 127 205 -
CMYK 0.21 0.38 0 0.20
HSL 266.15º 0.44% 0.65% -
HSV(B) 266.15º 0.38% 0.8% -
XYZ 33.31 27.16 61.25 -
YUV 146.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 161 127 205 0.21 0.38 0 0.20 266.15 0.44 0.65
Hex A1 7F CD 15 26 0 14 10A 2C 41
Octal 241 177 315 25 46 0 24 412 54 101
Binary 10100001 1111111 11001101 10101 100110 0 10100 100001010 101100 1000001

Color Harmonies of #A17FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FCD

Black with #A17FCD

Text Example


Text Example

White with #A17FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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