Html Css Color HEX #A37FCE Cold Purple

📋 copy color: '#A37FCE'

red 163 ◦ green 127 ◦ blue 206

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

Shades of Cold Purple #A37FCE

Tints of Cold Purple #A37FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 25.6%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 32.86%
G = 25.6%
B = 41.53%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A37FCE (or 0xA37FCE) is known color: Cold Purple. HEX triplet: A3, 7F and CE. RGB value is (163,127,206). Sum of RGB (Red+Green+Blue) = 163+127+206=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #A37FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCE is #5C8031. Grayscale: #929292. Windows color (decimal): -6062130 or 13533091. OLE color: 13533091.

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

Color convert

RGB 163 127 206 -
CMYK 0.21 0.38 0 0.19
HSL 267.34º 0.45% 0.65% -
HSV(B) 267.34º 0.38% 0.81% -
XYZ 33.83 27.42 61.9 -
YUV 146.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 163 127 206 0.21 0.38 0 0.19 267.34 0.45 0.65
Hex A3 7F CE 15 26 0 13 10B 2D 41
Octal 243 177 316 25 46 0 23 413 55 101
Binary 10100011 1111111 11001110 10101 100110 0 10011 100001011 101101 1000001

Color Harmonies of #A37FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FCE

Black with #A37FCE

Text Example


Text Example

White with #A37FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FCE; }

 p { color: rgb(163,127,206); }

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

background-color css

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

 a { background-color: rgb(163,127,206); }

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

border-color css

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

 span { border-color: rgb(163,127,206); }

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