Html Css Color HEX #A37FCD Cold Purple

📋 copy color: '#A37FCD'

red 163 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #A37FCD

Tints of Cold Purple #A37FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 32.93%
G = 25.66%
B = 41.41%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A37FCD (or 0xA37FCD) is known color: Cold Purple. HEX triplet: A3, 7F and CD. RGB value is (163,127,205). Sum of RGB (Red+Green+Blue) = 163+127+205=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A37FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FCD is #5C8032. Grayscale: #929292. Windows color (decimal): -6062131 or 13467555. OLE color: 13467555.

HSL color Cylindrical-coordinate representation of color #A37FCD: hue angle of 267.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A37FCD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 127 205 -
CMYK 0.20 0.38 0 0.20
HSL 267.69º 0.44% 0.65% -
HSV(B) 267.69º 0.38% 0.8% -
XYZ 33.71 27.37 61.26 -
YUV 146.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 163 127 205 0.20 0.38 0 0.20 267.69 0.44 0.65
Hex A3 7F CD 14 26 0 14 10C 2C 41
Octal 243 177 315 24 46 0 24 414 54 101
Binary 10100011 1111111 11001101 10100 100110 0 10100 100001100 101100 1000001

Color Harmonies of #A37FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FCD

Black with #A37FCD

Text Example


Text Example

White with #A37FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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