Html Css Color HEX #A37FD0 Cold Purple

📋 copy color: '#A37FD0'

red 163 ◦ green 127 ◦ blue 208

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

Shades of Cold Purple #A37FD0

Tints of Cold Purple #A37FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 32.73%
G = 25.5%
B = 41.77%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A37FD0 (or 0xA37FD0) is known color: Cold Purple. HEX triplet: A3, 7F and D0. RGB value is (163,127,208). Sum of RGB (Red+Green+Blue) = 163+127+208=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #A37FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37FD0 is #5C802F. Grayscale: #929292. Windows color (decimal): -6062128 or 13664163. OLE color: 13664163.

HSL color Cylindrical-coordinate representation of color #A37FD0: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37FD0 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 127 208 -
CMYK 0.22 0.39 0 0.18
HSL 266.67º 0.46% 0.66% -
HSV(B) 266.67º 0.39% 0.82% -
XYZ 34.08 27.52 63.19 -
YUV 147 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 163 127 208 0.22 0.39 0 0.18 266.67 0.46 0.66
Hex A3 7F D0 16 27 0 12 10B 2E 42
Octal 243 177 320 26 47 0 22 413 56 102
Binary 10100011 1111111 11010000 10110 100111 0 10010 100001011 101110 1000010

Color Harmonies of #A37FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37FD0

Black with #A37FD0

Text Example


Text Example

White with #A37FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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