#A38CCD

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

Shades of Cold Purple #A38CCD

Tints of Cold Purple #A38CCD

Color information

#A38CCD (or 0xA38CCD) is unknown color: approx Cold Purple. HEX triplet: A3, 8C and CD. RGB value is (163,140,205). Sum of RGB (Red+Green+Blue) = 163+140+205=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A38CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CCD is #5C7332. Grayscale: #9A9A9A. Windows color (decimal): -6058803 or 13470883. OLE color: 13470883.

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

Color convert

RGB163140205-
CMYK0.200.3200.20
HSL261.23º39.39%67.65%-
HSV(B)261.23º31.71%80.39%-
XYZ35.530.9561.86-
YUV154.29156.62134.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=32.09%
G=27.56%
B=40.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631402050.200.3200.20261.2339.3967.65
HexA38CCD14200141052744
Octal243214315244002440547104
Binary101000111000110011001101101001000000101001000001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CCD; }

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

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

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

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

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

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

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

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