Html Css Color HEX #A37EC6 Cold Purple

📋 copy color: '#A37EC6'

red 163 ◦ green 126 ◦ blue 198

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

Shades of Cold Purple #A37EC6

Tints of Cold Purple #A37EC6

RGB

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

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

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

R = 33.47%
G = 25.87%
B = 40.66%

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

#A37EC6 (or 0xA37EC6) is known color: Cold Purple. HEX triplet: A3, 7E and C6. RGB value is (163,126,198). Sum of RGB (Red+Green+Blue) = 163+126+198=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #A37EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37EC6 is #5C8139. Grayscale: #919191. Windows color (decimal): -6062394 or 13008547. OLE color: 13008547.

HSL color Cylindrical-coordinate representation of color #A37EC6: hue angle of 270.83º degrees, saturation: 0.39, 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 #A37EC6 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 163 126 198 -
CMYK 0.18 0.36 0 0.22
HSL 270.83º 0.39% 0.64% -
HSV(B) 270.83º 0.36% 0.78% -
XYZ 32.76 26.79 56.87 -
YUV 145.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 163 126 198 0.18 0.36 0 0.22 270.83 0.39 0.64
Hex A3 7E C6 12 24 0 16 10F 27 40
Octal 243 176 306 22 44 0 26 417 47 100
Binary 10100011 1111110 11000110 10010 100100 0 10110 100001111 100111 1000000

Color Harmonies of #A37EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EC6

Black with #A37EC6

Text Example


Text Example

White with #A37EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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