Html Css Color HEX #A37FC6 Cold Purple

📋 copy color: '#A37FC6'

red 163 ◦ green 127 ◦ blue 198

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

Shades of Cold Purple #A37FC6

Tints of Cold Purple #A37FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 33.4%
G = 26.02%
B = 40.57%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A37FC6 (or 0xA37FC6) is known color: Cold Purple. HEX triplet: A3, 7F and C6. RGB value is (163,127,198). Sum of RGB (Red+Green+Blue) = 163+127+198=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #A37FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FC6 is #5C8039. Grayscale: #919191. Windows color (decimal): -6062138 or 13008803. OLE color: 13008803.

HSL color Cylindrical-coordinate representation of color #A37FC6: hue angle of 270.42º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37FC6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 127 198 -
CMYK 0.18 0.36 0 0.22
HSL 270.42º 0.38% 0.64% -
HSV(B) 270.42º 0.36% 0.78% -
XYZ 32.89 27.04 56.91 -
YUV 145.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 163 127 198 0.18 0.36 0 0.22 270.42 0.38 0.64
Hex A3 7F C6 12 24 0 16 10E 26 40
Octal 243 177 306 22 44 0 26 416 46 100
Binary 10100011 1111111 11000110 10010 100100 0 10110 100001110 100110 1000000

Color Harmonies of #A37FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FC6

Black with #A37FC6

Text Example


Text Example

White with #A37FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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