Html Css Color HEX #A48CCB Cold Purple

📋 copy color: '#A48CCB'

red 164 ◦ green 140 ◦ blue 203

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

Shades of Cold Purple #A48CCB

Tints of Cold Purple #A48CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 32.35%
G = 27.61%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A48CCB (or 0xA48CCB) is known color: Cold Purple. HEX triplet: A4, 8C and CB. RGB value is (164,140,203). Sum of RGB (Red+Green+Blue) = 164+140+203=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A48CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CCB is #5B7334. Grayscale: #9A9A9A. Windows color (decimal): -5993269 or 13339812. OLE color: 13339812.

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

Color convert

RGB 164 140 203 -
CMYK 0.19 0.31 0 0.20
HSL 262.86º 0.38% 0.67% -
HSV(B) 262.86º 0.31% 0.8% -
XYZ 35.47 30.96 60.61 -
YUV 154.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 164 140 203 0.19 0.31 0 0.20 262.86 0.38 0.67
Hex A4 8C CB 13 1F 0 14 107 26 43
Octal 244 214 313 23 37 0 24 407 46 103
Binary 10100100 10001100 11001011 10011 11111 0 10100 100000111 100110 1000011

Color Harmonies of #A48CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CCB

Black with #A48CCB

Text Example


Text Example

White with #A48CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CCB; }

 p { color: rgb(164,140,203); }

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

background-color css

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

 a { background-color: rgb(164,140,203); }

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

border-color css

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

 span { border-color: rgb(164,140,203); }

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