Html Css Color HEX #A48DBF Cold Purple

📋 copy color: '#A48DBF'

red 164 ◦ green 141 ◦ blue 191

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

Shades of Cold Purple #A48DBF

Tints of Cold Purple #A48DBF

RGB

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

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

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

R = 33.06%
G = 28.43%
B = 38.51%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A48DBF (or 0xA48DBF) is known color: Cold Purple. HEX triplet: A4, 8D and BF. RGB value is (164,141,191). Sum of RGB (Red+Green+Blue) = 164+141+191=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #A48DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DBF is #5B7240. Grayscale: #999999. Windows color (decimal): -5993025 or 12553636. OLE color: 12553636.

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

Color convert

RGB 164 141 191 -
CMYK 0.14 0.26 0 0.25
HSL 267.6º 0.28% 0.65% -
HSV(B) 267.6º 0.26% 0.75% -
XYZ 34.24 30.7 53.41 -
YUV 153.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 164 141 191 0.14 0.26 0 0.25 267.6 0.28 0.65
Hex A4 8D BF E 1A 0 19 10C 1C 41
Octal 244 215 277 16 32 0 31 414 34 101
Binary 10100100 10001101 10111111 1110 11010 0 11001 100001100 11100 1000001

Color Harmonies of #A48DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48DBF

Black with #A48DBF

Text Example


Text Example

White with #A48DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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