Html Css Color HEX #A38DC3 Cold Purple

📋 copy color: '#A38DC3'

red 163 ◦ green 141 ◦ blue 195

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

Shades of Cold Purple #A38DC3

Tints of Cold Purple #A38DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.08%

R = 32.67%
G = 28.26%
B = 39.08%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A38DC3 (or 0xA38DC3) is known color: Cold Purple. HEX triplet: A3, 8D and C3. RGB value is (163,141,195). Sum of RGB (Red+Green+Blue) = 163+141+195=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #A38DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DC3 is #5C723C. Grayscale: #999999. Windows color (decimal): -6058557 or 12815779. OLE color: 12815779.

HSL color Cylindrical-coordinate representation of color #A38DC3: hue angle of 264.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A38DC3 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 141 195 -
CMYK 0.16 0.28 0 0.24
HSL 264.44º 0.31% 0.66% -
HSV(B) 264.44º 0.28% 0.76% -
XYZ 34.48 30.78 55.75 -
YUV 153.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 163 141 195 0.16 0.28 0 0.24 264.44 0.31 0.66
Hex A3 8D C3 10 1C 0 18 108 1F 42
Octal 243 215 303 20 34 0 30 410 37 102
Binary 10100011 10001101 11000011 10000 11100 0 11000 100001000 11111 1000010

Color Harmonies of #A38DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DC3

Black with #A38DC3

Text Example


Text Example

White with #A38DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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