Html Css Color HEX #A48FC5 Cold Purple

📋 copy color: '#A48FC5'

red 164 ◦ green 143 ◦ blue 197

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

Shades of Cold Purple #A48FC5

Tints of Cold Purple #A48FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.09%

R = 32.54%
G = 28.37%
B = 39.09%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A48FC5 (or 0xA48FC5) is known color: Cold Purple. HEX triplet: A4, 8F and C5. RGB value is (164,143,197). Sum of RGB (Red+Green+Blue) = 164+143+197=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #A48FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FC5 is #5B703A. Grayscale: #9B9B9B. Windows color (decimal): -5992507 or 12947364. OLE color: 12947364.

HSL color Cylindrical-coordinate representation of color #A48FC5: hue angle of 263.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48FC5 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 143 197 -
CMYK 0.17 0.27 0 0.23
HSL 263.33º 0.32% 0.67% -
HSV(B) 263.33º 0.27% 0.77% -
XYZ 35.21 31.57 57.06 -
YUV 155.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 164 143 197 0.17 0.27 0 0.23 263.33 0.32 0.67
Hex A4 8F C5 11 1B 0 17 107 20 43
Octal 244 217 305 21 33 0 27 407 40 103
Binary 10100100 10001111 11000101 10001 11011 0 10111 100000111 100000 1000011

Color Harmonies of #A48FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48FC5

Black with #A48FC5

Text Example


Text Example

White with #A48FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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