Html Css Color HEX #A17ECD Cold Purple

📋 copy color: '#A17ECD'

red 161 ◦ green 126 ◦ blue 205

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

Shades of Cold Purple #A17ECD

Tints of Cold Purple #A17ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.61%

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

R = 32.72%
G = 25.61%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A17ECD (or 0xA17ECD) is known color: Cold Purple. HEX triplet: A1, 7E and CD. RGB value is (161,126,205). Sum of RGB (Red+Green+Blue) = 161+126+205=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #A17ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ECD is #5E8132. Grayscale: #919191. Windows color (decimal): -6193459 or 13467297. OLE color: 13467297.

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

Color convert

RGB 161 126 205 -
CMYK 0.21 0.39 0 0.20
HSL 266.58º 0.44% 0.65% -
HSV(B) 266.58º 0.39% 0.8% -
XYZ 33.18 26.91 61.2 -
YUV 145.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 161 126 205 0.21 0.39 0 0.20 266.58 0.44 0.65
Hex A1 7E CD 15 27 0 14 10B 2C 41
Octal 241 176 315 25 47 0 24 413 54 101
Binary 10100001 1111110 11001101 10101 100111 0 10100 100001011 101100 1000001

Color Harmonies of #A17ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ECD

Black with #A17ECD

Text Example


Text Example

White with #A17ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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