Html Css Color HEX #A37FCA Cold Purple

📋 copy color: '#A37FCA'

red 163 ◦ green 127 ◦ blue 202

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

Shades of Cold Purple #A37FCA

Tints of Cold Purple #A37FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.06%

R = 33.13%
G = 25.81%
B = 41.06%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A37FCA (or 0xA37FCA) is known color: Cold Purple. HEX triplet: A3, 7F and CA. RGB value is (163,127,202). Sum of RGB (Red+Green+Blue) = 163+127+202=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A37FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCA is #5C8035. Grayscale: #929292. Windows color (decimal): -6062134 or 13270947. OLE color: 13270947.

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

Color convert

RGB 163 127 202 -
CMYK 0.19 0.37 0 0.21
HSL 268.8º 0.41% 0.65% -
HSV(B) 268.8º 0.37% 0.79% -
XYZ 33.35 27.23 59.37 -
YUV 146.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 163 127 202 0.19 0.37 0 0.21 268.8 0.41 0.65
Hex A3 7F CA 13 25 0 15 10D 29 41
Octal 243 177 312 23 45 0 25 415 51 101
Binary 10100011 1111111 11001010 10011 100101 0 10101 100001101 101001 1000001

Color Harmonies of #A37FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FCA

Black with #A37FCA

Text Example


Text Example

White with #A37FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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