Html Css Color HEX #A37ECE Cold Purple

📋 copy color: '#A37ECE'

red 163 ◦ green 126 ◦ blue 206

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

Shades of Cold Purple #A37ECE

Tints of Cold Purple #A37ECE

RGB

 RED value IS 163 (64.06% from 255) = 32.93%

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

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

R = 32.93%
G = 25.45%
B = 41.62%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A37ECE (or 0xA37ECE) is known color: Cold Purple. HEX triplet: A3, 7E and CE. RGB value is (163,126,206). Sum of RGB (Red+Green+Blue) = 163+126+206=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #A37ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ECE is #5C8131. Grayscale: #919191. Windows color (decimal): -6062386 or 13532835. OLE color: 13532835.

HSL color Cylindrical-coordinate representation of color #A37ECE: hue angle of 267.75º 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 #A37ECE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 126 206 -
CMYK 0.21 0.39 0 0.19
HSL 267.75º 0.45% 0.65% -
HSV(B) 267.75º 0.39% 0.81% -
XYZ 33.71 27.16 61.86 -
YUV 146.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 163 126 206 0.21 0.39 0 0.19 267.75 0.45 0.65
Hex A3 7E CE 15 27 0 13 10C 2D 41
Octal 243 176 316 25 47 0 23 414 55 101
Binary 10100011 1111110 11001110 10101 100111 0 10011 100001100 101101 1000001

Color Harmonies of #A37ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ECE

Black with #A37ECE

Text Example


Text Example

White with #A37ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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