Html Css Color HEX #A48EC1 Cold Purple

📋 copy color: '#A48EC1'

red 164 ◦ green 142 ◦ blue 193

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

Shades of Cold Purple #A48EC1

Tints of Cold Purple #A48EC1

RGB

 RED value IS 164 (64.45% from 255) = 32.87%

 GREEN value IS 142 (55.86% from 255) = 28.46%

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 32.87%
G = 28.46%
B = 38.68%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A48EC1 (or 0xA48EC1) is known color: Cold Purple. HEX triplet: A4, 8E and C1. RGB value is (164,142,193). Sum of RGB (Red+Green+Blue) = 164+142+193=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #A48EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EC1 is #5B713E. Grayscale: #9A9A9A. Windows color (decimal): -5992767 or 12684964. OLE color: 12684964.

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

Color convert

RGB 164 142 193 -
CMYK 0.15 0.26 0 0.24
HSL 265.88º 0.29% 0.66% -
HSV(B) 265.88º 0.26% 0.76% -
XYZ 34.61 31.09 54.63 -
YUV 154.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 164 142 193 0.15 0.26 0 0.24 265.88 0.29 0.66
Hex A4 8E C1 F 1A 0 18 10A 1D 42
Octal 244 216 301 17 32 0 30 412 35 102
Binary 10100100 10001110 11000001 1111 11010 0 11000 100001010 11101 1000010

Color Harmonies of #A48EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EC1

Black with #A48EC1

Text Example


Text Example

White with #A48EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EC1; }

 p { color: rgb(164,142,193); }

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

background-color css

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

 a { background-color: rgb(164,142,193); }

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

border-color css

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

 span { border-color: rgb(164,142,193); }

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