Html Css Color HEX #A48FBC Cold Purple

📋 copy color: '#A48FBC'

red 164 ◦ green 143 ◦ blue 188

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

Shades of Cold Purple #A48FBC

Tints of Cold Purple #A48FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

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

R = 33.13%
G = 28.89%
B = 37.98%

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

#A48FBC (or 0xA48FBC) is known color: Cold Purple. HEX triplet: A4, 8F and BC. RGB value is (164,143,188). Sum of RGB (Red+Green+Blue) = 164+143+188=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #A48FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FBC is #5B7043. Grayscale: #9A9A9A. Windows color (decimal): -5992516 or 12357540. OLE color: 12357540.

HSL color Cylindrical-coordinate representation of color #A48FBC: hue angle of 268º degrees, saturation: 0.25, 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 #A48FBC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 143 188 -
CMYK 0.13 0.24 0 0.26
HSL 268º 0.25% 0.65% -
HSV(B) 268º 0.24% 0.74% -
XYZ 34.21 31.17 51.79 -
YUV 154.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 164 143 188 0.13 0.24 0 0.26 268 0.25 0.65
Hex A4 8F BC D 18 0 1A 10C 19 41
Octal 244 217 274 15 30 0 32 414 31 101
Binary 10100100 10001111 10111100 1101 11000 0 11010 100001100 11001 1000001

Color Harmonies of #A48FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FBC

Black with #A48FBC

Text Example


Text Example

White with #A48FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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