Html Css Color HEX #A37ECB Cold Purple

📋 copy color: '#A37ECB'

red 163 ◦ green 126 ◦ blue 203

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

Shades of Cold Purple #A37ECB

Tints of Cold Purple #A37ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 33.13%
G = 25.61%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A37ECB (or 0xA37ECB) is known color: Cold Purple. HEX triplet: A3, 7E and CB. RGB value is (163,126,203). Sum of RGB (Red+Green+Blue) = 163+126+203=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A37ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ECB is #5C8134. Grayscale: #919191. Windows color (decimal): -6062389 or 13336227. OLE color: 13336227.

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

Color convert

RGB 163 126 203 -
CMYK 0.20 0.38 0 0.20
HSL 268.83º 0.43% 0.65% -
HSV(B) 268.83º 0.38% 0.8% -
XYZ 33.34 27.02 59.96 -
YUV 145.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 163 126 203 0.20 0.38 0 0.20 268.83 0.43 0.65
Hex A3 7E CB 14 26 0 14 10D 2B 41
Octal 243 176 313 24 46 0 24 415 53 101
Binary 10100011 1111110 11001011 10100 100110 0 10100 100001101 101011 1000001

Color Harmonies of #A37ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ECB

Black with #A37ECB

Text Example


Text Example

White with #A37ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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