Html Css Color HEX #A48BCC Cold Purple

📋 copy color: '#A48BCC'

red 164 ◦ green 139 ◦ blue 204

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

Shades of Cold Purple #A48BCC

Tints of Cold Purple #A48BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 32.35%
G = 27.42%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A48BCC (or 0xA48BCC) is known color: Cold Purple. HEX triplet: A4, 8B and CC. RGB value is (164,139,204). Sum of RGB (Red+Green+Blue) = 164+139+204=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #A48BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BCC is #5B7433. Grayscale: #999999. Windows color (decimal): -5993524 or 13405092. OLE color: 13405092.

HSL color Cylindrical-coordinate representation of color #A48BCC: hue angle of 263.08º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48BCC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 139 204 -
CMYK 0.20 0.32 0 0.2
HSL 263.08º 0.39% 0.67% -
HSV(B) 263.08º 0.32% 0.8% -
XYZ 35.44 30.72 61.19 -
YUV 153.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 164 139 204 0.20 0.32 0 0.2 263.08 0.39 0.67
Hex A4 8B CC 14 20 0 14 107 27 43
Octal 244 213 314 24 40 0 24 407 47 103
Binary 10100100 10001011 11001100 10100 100000 0 10100 100000111 100111 1000011

Color Harmonies of #A48BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BCC

Black with #A48BCC

Text Example


Text Example

White with #A48BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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