Html Css Color HEX #A37ECA Cold Purple

📋 copy color: '#A37ECA'

red 163 ◦ green 126 ◦ blue 202

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

Shades of Cold Purple #A37ECA

Tints of Cold Purple #A37ECA

RGB

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

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

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

R = 33.2%
G = 25.66%
B = 41.14%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A37ECA (or 0xA37ECA) is known color: Cold Purple. HEX triplet: A3, 7E and CA. RGB value is (163,126,202). Sum of RGB (Red+Green+Blue) = 163+126+202=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #A37ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ECA is #5C8135. Grayscale: #919191. Windows color (decimal): -6062390 or 13270691. OLE color: 13270691.

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

Color convert

RGB 163 126 202 -
CMYK 0.19 0.38 0 0.21
HSL 269.21º 0.42% 0.64% -
HSV(B) 269.21º 0.38% 0.79% -
XYZ 33.23 26.97 59.33 -
YUV 145.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 163 126 202 0.19 0.38 0 0.21 269.21 0.42 0.64
Hex A3 7E CA 13 26 0 15 10D 2A 40
Octal 243 176 312 23 46 0 25 415 52 100
Binary 10100011 1111110 11001010 10011 100110 0 10101 100001101 101010 1000000

Color Harmonies of #A37ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ECA

Black with #A37ECA

Text Example


Text Example

White with #A37ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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