Html Css Color HEX #A38DCA Cold Purple

📋 copy color: '#A38DCA'

red 163 ◦ green 141 ◦ blue 202

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

Shades of Cold Purple #A38DCA

Tints of Cold Purple #A38DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 32.21%
G = 27.87%
B = 39.92%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A38DCA (or 0xA38DCA) is known color: Cold Purple. HEX triplet: A3, 8D and CA. RGB value is (163,141,202). Sum of RGB (Red+Green+Blue) = 163+141+202=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #A38DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCA is #5C7235. Grayscale: #9A9A9A. Windows color (decimal): -6058550 or 13274531. OLE color: 13274531.

HSL color Cylindrical-coordinate representation of color #A38DCA: hue angle of 261.64º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38DCA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 141 202 -
CMYK 0.19 0.30 0 0.21
HSL 261.64º 0.37% 0.67% -
HSV(B) 261.64º 0.3% 0.79% -
XYZ 35.29 31.1 60.02 -
YUV 154.53 154.79 134.04 -
System Red Green Blue C M Y K H S L
Decimal 163 141 202 0.19 0.30 0 0.21 261.64 0.37 0.67
Hex A3 8D CA 13 1E 0 15 106 25 43
Octal 243 215 312 23 36 0 25 406 45 103
Binary 10100011 10001101 11001010 10011 11110 0 10101 100000110 100101 1000011

Color Harmonies of #A38DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DCA

Black with #A38DCA

Text Example


Text Example

White with #A38DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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