#A381CF

Color #A381CF Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A381CF

Tints of Cold Purple #A381CF

Color information

#A381CF (or 0xA381CF) is unknown color: approx Cold Purple. HEX triplet: A3, 81 and CF. RGB value is (163,129,207). Sum of RGB (Red+Green+Blue) = 163+129+207=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #A381CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A381CF is #5C7E30. Grayscale: #939393. Windows color (decimal): -6061617 or 13599139. OLE color: 13599139.

HSL color Cylindrical-coordinate representation of color #A381CF: hue angle of 266.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A381CF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163129207-
CMYK0.210.3800.19
HSL266.15º44.83%65.88%-
HSV(B)266.15º37.68%81.18%-
XYZ34.2227.9962.63-
YUV148.06161.26138.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=32.67%
G=25.85%
B=41.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631292070.210.3800.19266.1544.8365.88
HexA381CF152601310a2d42
Octal243201317254602341255102
Binary101000111000000111001111101011001100100111000010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381CF; }

 p { color: rgb(163,129,207); }

 H1.HeaderClassName
 {
   color: #A381CF;
 }
 .AnyTagClassName
 {
   color: #A381CF;
 }
</style>
background-color css

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

 a { background-color: rgb(163,129,207); }

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

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

 span { border-color: rgb(163,129,207); }

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