Html Css Color HEX #A17ECA Cold Purple

📋 copy color: '#A17ECA'

red 161 ◦ green 126 ◦ blue 202

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

Shades of Cold Purple #A17ECA

Tints of Cold Purple #A17ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 32.92%
G = 25.77%
B = 41.31%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A17ECA (or 0xA17ECA) is known color: Cold Purple. HEX triplet: A1, 7E and CA. RGB value is (161,126,202). Sum of RGB (Red+Green+Blue) = 161+126+202=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A17ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ECA is #5E8135. Grayscale: #909090. Windows color (decimal): -6193462 or 13270689. OLE color: 13270689.

HSL color Cylindrical-coordinate representation of color #A17ECA: hue angle of 267.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A17ECA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 126 202 -
CMYK 0.20 0.38 0 0.21
HSL 267.63º 0.42% 0.64% -
HSV(B) 267.63º 0.38% 0.79% -
XYZ 32.82 26.76 59.31 -
YUV 145.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 161 126 202 0.20 0.38 0 0.21 267.63 0.42 0.64
Hex A1 7E CA 14 26 0 15 10C 2A 40
Octal 241 176 312 24 46 0 25 414 52 100
Binary 10100001 1111110 11001010 10100 100110 0 10101 100001100 101010 1000000

Color Harmonies of #A17ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17ECA

Black with #A17ECA

Text Example


Text Example

White with #A17ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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