Html Css Color HEX #A37ED1 Cold Purple

📋 copy color: '#A37ED1'

red 163 ◦ green 126 ◦ blue 209

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

Shades of Cold Purple #A37ED1

Tints of Cold Purple #A37ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.97%

R = 32.73%
G = 25.3%
B = 41.97%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A37ED1 (or 0xA37ED1) is known color: Cold Purple. HEX triplet: A3, 7E and D1. RGB value is (163,126,209). Sum of RGB (Red+Green+Blue) = 163+126+209=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #A37ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED1 is #5C812E. Grayscale: #929292. Windows color (decimal): -6062383 or 13729443. OLE color: 13729443.

HSL color Cylindrical-coordinate representation of color #A37ED1: hue angle of 266.75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A37ED1 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 126 209 -
CMYK 0.22 0.40 0 0.18
HSL 266.75º 0.47% 0.66% -
HSV(B) 266.75º 0.4% 0.82% -
XYZ 34.07 27.31 63.8 -
YUV 146.53 163.26 139.75 -
System Red Green Blue C M Y K H S L
Decimal 163 126 209 0.22 0.40 0 0.18 266.75 0.47 0.66
Hex A3 7E D1 16 28 0 12 10B 2F 42
Octal 243 176 321 26 50 0 22 413 57 102
Binary 10100011 1111110 11010001 10110 101000 0 10010 100001011 101111 1000010

Color Harmonies of #A37ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ED1

Black with #A37ED1

Text Example


Text Example

White with #A37ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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