Html Css Color HEX #A37ED0 Cold Purple

📋 copy color: '#A37ED0'

red 163 ◦ green 126 ◦ blue 208

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

Shades of Cold Purple #A37ED0

Tints of Cold Purple #A37ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 32.8%
G = 25.35%
B = 41.85%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A37ED0 (or 0xA37ED0) is known color: Cold Purple. HEX triplet: A3, 7E and D0. RGB value is (163,126,208). Sum of RGB (Red+Green+Blue) = 163+126+208=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #A37ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ED0 is #5C812F. Grayscale: #929292. Windows color (decimal): -6062384 or 13663907. OLE color: 13663907.

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

Color convert

RGB 163 126 208 -
CMYK 0.22 0.39 0 0.18
HSL 267.07º 0.47% 0.65% -
HSV(B) 267.07º 0.39% 0.82% -
XYZ 33.95 27.26 63.15 -
YUV 146.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 163 126 208 0.22 0.39 0 0.18 267.07 0.47 0.65
Hex A3 7E D0 16 27 0 12 10B 2F 41
Octal 243 176 320 26 47 0 22 413 57 101
Binary 10100011 1111110 11010000 10110 100111 0 10010 100001011 101111 1000001

Color Harmonies of #A37ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ED0

Black with #A37ED0

Text Example


Text Example

White with #A37ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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