Html Css Color HEX #A17ECE Cold Purple

📋 copy color: '#A17ECE'

red 161 ◦ green 126 ◦ blue 206

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

Shades of Cold Purple #A17ECE

Tints of Cold Purple #A17ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 32.66%
G = 25.56%
B = 41.78%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A17ECE (or 0xA17ECE) is known color: Cold Purple. HEX triplet: A1, 7E and CE. RGB value is (161,126,206). Sum of RGB (Red+Green+Blue) = 161+126+206=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #A17ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ECE is #5E8131. Grayscale: #919191. Windows color (decimal): -6193458 or 13532833. OLE color: 13532833.

HSL color Cylindrical-coordinate representation of color #A17ECE: hue angle of 266.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17ECE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 126 206 -
CMYK 0.22 0.39 0 0.19
HSL 266.25º 0.45% 0.65% -
HSV(B) 266.25º 0.39% 0.81% -
XYZ 33.3 26.96 61.84 -
YUV 145.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 161 126 206 0.22 0.39 0 0.19 266.25 0.45 0.65
Hex A1 7E CE 16 27 0 13 10A 2D 41
Octal 241 176 316 26 47 0 23 412 55 101
Binary 10100001 1111110 11001110 10110 100111 0 10011 100001010 101101 1000001

Color Harmonies of #A17ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ECE

Black with #A17ECE

Text Example


Text Example

White with #A17ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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