Html Css Color HEX #A48BBF Cold Purple

📋 copy color: '#A48BBF'

red 164 ◦ green 139 ◦ blue 191

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

Shades of Cold Purple #A48BBF

Tints of Cold Purple #A48BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.14%

 BLUE value IS 191 (75% from 255) = 38.66%

R = 33.2%
G = 28.14%
B = 38.66%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A48BBF (or 0xA48BBF) is known color: Cold Purple. HEX triplet: A4, 8B and BF. RGB value is (164,139,191). Sum of RGB (Red+Green+Blue) = 164+139+191=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A48BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BBF is #5B7440. Grayscale: #989898. Windows color (decimal): -5993537 or 12553124. OLE color: 12553124.

HSL color Cylindrical-coordinate representation of color #A48BBF: hue angle of 268.85º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48BBF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 139 191 -
CMYK 0.14 0.27 0 0.25
HSL 268.85º 0.29% 0.65% -
HSV(B) 268.85º 0.27% 0.75% -
XYZ 33.95 30.12 53.31 -
YUV 152.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 164 139 191 0.14 0.27 0 0.25 268.85 0.29 0.65
Hex A4 8B BF E 1B 0 19 10D 1D 41
Octal 244 213 277 16 33 0 31 415 35 101
Binary 10100100 10001011 10111111 1110 11011 0 11001 100001101 11101 1000001

Color Harmonies of #A48BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BBF

Black with #A48BBF

Text Example


Text Example

White with #A48BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BBF; }

 p { color: rgb(164,139,191); }

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

background-color css

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

 a { background-color: rgb(164,139,191); }

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

border-color css

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

 span { border-color: rgb(164,139,191); }

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