Html Css Color HEX #A48BC8 Cold Purple

📋 copy color: '#A48BC8'

red 164 ◦ green 139 ◦ blue 200

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

Shades of Cold Purple #A48BC8

Tints of Cold Purple #A48BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 32.6%
G = 27.63%
B = 39.76%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A48BC8 (or 0xA48BC8) is known color: Cold Purple. HEX triplet: A4, 8B and C8. RGB value is (164,139,200). Sum of RGB (Red+Green+Blue) = 164+139+200=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #A48BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BC8 is #5B7437. Grayscale: #999999. Windows color (decimal): -5993528 or 13142948. OLE color: 13142948.

HSL color Cylindrical-coordinate representation of color #A48BC8: hue angle of 264.59º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48BC8 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 139 200 -
CMYK 0.18 0.30 0 0.22
HSL 264.59º 0.36% 0.66% -
HSV(B) 264.59º 0.31% 0.78% -
XYZ 34.97 30.53 58.69 -
YUV 153.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 164 139 200 0.18 0.30 0 0.22 264.59 0.36 0.66
Hex A4 8B C8 12 1E 0 16 109 24 42
Octal 244 213 310 22 36 0 26 411 44 102
Binary 10100100 10001011 11001000 10010 11110 0 10110 100001001 100100 1000010

Color Harmonies of #A48BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48BC8

Black with #A48BC8

Text Example


Text Example

White with #A48BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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