Html Css Color HEX #A38DCD Cold Purple

📋 copy color: '#A38DCD'

red 163 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #A38DCD

Tints of Cold Purple #A38DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 32.02%
G = 27.7%
B = 40.28%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A38DCD (or 0xA38DCD) is known color: Cold Purple. HEX triplet: A3, 8D and CD. RGB value is (163,141,205). Sum of RGB (Red+Green+Blue) = 163+141+205=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A38DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCD is #5C7232. Grayscale: #9A9A9A. Windows color (decimal): -6058547 or 13471139. OLE color: 13471139.

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

Color convert

RGB 163 141 205 -
CMYK 0.20 0.31 0 0.20
HSL 260.63º 0.39% 0.68% -
HSV(B) 260.63º 0.31% 0.8% -
XYZ 35.65 31.24 61.91 -
YUV 154.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 163 141 205 0.20 0.31 0 0.20 260.63 0.39 0.68
Hex A3 8D CD 14 1F 0 14 105 27 44
Octal 243 215 315 24 37 0 24 405 47 104
Binary 10100011 10001101 11001101 10100 11111 0 10100 100000101 100111 1000100

Color Harmonies of #A38DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DCD

Black with #A38DCD

Text Example


Text Example

White with #A38DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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