Html Css Color HEX #A48EBC Cold Purple

📋 copy color: '#A48EBC'

red 164 ◦ green 142 ◦ blue 188

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

Shades of Cold Purple #A48EBC

Tints of Cold Purple #A48EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.06%

R = 33.2%
G = 28.74%
B = 38.06%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A48EBC (or 0xA48EBC) is known color: Cold Purple. HEX triplet: A4, 8E and BC. RGB value is (164,142,188). Sum of RGB (Red+Green+Blue) = 164+142+188=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A48EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48EBC is #5B7143. Grayscale: #999999. Windows color (decimal): -5992772 or 12357284. OLE color: 12357284.

HSL color Cylindrical-coordinate representation of color #A48EBC: hue angle of 268.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A48EBC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 142 188 -
CMYK 0.13 0.24 0 0.26
HSL 268.7º 0.26% 0.65% -
HSV(B) 268.7º 0.24% 0.74% -
XYZ 34.06 30.87 51.74 -
YUV 153.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 164 142 188 0.13 0.24 0 0.26 268.7 0.26 0.65
Hex A4 8E BC D 18 0 1A 10D 1A 41
Octal 244 216 274 15 30 0 32 415 32 101
Binary 10100100 10001110 10111100 1101 11000 0 11010 100001101 11010 1000001

Color Harmonies of #A48EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48EBC

Black with #A48EBC

Text Example


Text Example

White with #A48EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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