Html Css Color HEX #A37ECF Cold Purple

📋 copy color: '#A37ECF'

red 163 ◦ green 126 ◦ blue 207

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

Shades of Cold Purple #A37ECF

Tints of Cold Purple #A37ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 32.86%
G = 25.4%
B = 41.73%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A37ECF (or 0xA37ECF) is known color: Cold Purple. HEX triplet: A3, 7E and CF. RGB value is (163,126,207). Sum of RGB (Red+Green+Blue) = 163+126+207=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #A37ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37ECF is #5C8130. Grayscale: #929292. Windows color (decimal): -6062385 or 13598371. OLE color: 13598371.

HSL color Cylindrical-coordinate representation of color #A37ECF: hue angle of 267.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37ECF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 126 207 -
CMYK 0.21 0.39 0 0.19
HSL 267.41º 0.46% 0.65% -
HSV(B) 267.41º 0.39% 0.81% -
XYZ 33.83 27.21 62.5 -
YUV 146.3 162.26 139.91 -
System Red Green Blue C M Y K H S L
Decimal 163 126 207 0.21 0.39 0 0.19 267.41 0.46 0.65
Hex A3 7E CF 15 27 0 13 10B 2E 41
Octal 243 176 317 25 47 0 23 413 56 101
Binary 10100011 1111110 11001111 10101 100111 0 10011 100001011 101110 1000001

Color Harmonies of #A37ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37ECF

Black with #A37ECF

Text Example


Text Example

White with #A37ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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