Html Css Color HEX #A37ECC Cold Purple

📋 copy color: '#A37ECC'

red 163 ◦ green 126 ◦ blue 204

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

Shades of Cold Purple #A37ECC

Tints of Cold Purple #A37ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 33.06%
G = 25.56%
B = 41.38%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A37ECC (or 0xA37ECC) is known color: Cold Purple. HEX triplet: A3, 7E and CC. RGB value is (163,126,204). Sum of RGB (Red+Green+Blue) = 163+126+204=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #A37ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ECC is #5C8133. Grayscale: #919191. Windows color (decimal): -6062388 or 13401763. OLE color: 13401763.

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

Color convert

RGB 163 126 204 -
CMYK 0.20 0.38 0 0.2
HSL 268.46º 0.43% 0.65% -
HSV(B) 268.46º 0.38% 0.8% -
XYZ 33.46 27.07 60.59 -
YUV 145.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 163 126 204 0.20 0.38 0 0.2 268.46 0.43 0.65
Hex A3 7E CC 14 26 0 14 10C 2B 41
Octal 243 176 314 24 46 0 24 414 53 101
Binary 10100011 1111110 11001100 10100 100110 0 10100 100001100 101011 1000001

Color Harmonies of #A37ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ECC

Black with #A37ECC

Text Example


Text Example

White with #A37ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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