Html Css Color HEX #A47DCB Cold Purple

📋 copy color: '#A47DCB'

red 164 ◦ green 125 ◦ blue 203

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

Shades of Cold Purple #A47DCB

Tints of Cold Purple #A47DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.41%

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

R = 33.33%
G = 25.41%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A47DCB (or 0xA47DCB) is known color: Cold Purple. HEX triplet: A4, 7D and CB. RGB value is (164,125,203). Sum of RGB (Red+Green+Blue) = 164+125+203=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A47DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DCB is #5B8234. Grayscale: #919191. Windows color (decimal): -5997109 or 13335972. OLE color: 13335972.

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

Color convert

RGB 164 125 203 -
CMYK 0.19 0.38 0 0.20
HSL 270º 0.43% 0.64% -
HSV(B) 270º 0.38% 0.8% -
XYZ 33.42 26.87 59.93 -
YUV 145.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 164 125 203 0.19 0.38 0 0.20 270 0.43 0.64
Hex A4 7D CB 13 26 0 14 10E 2B 40
Octal 244 175 313 23 46 0 24 416 53 100
Binary 10100100 1111101 11001011 10011 100110 0 10100 100001110 101011 1000000

Color Harmonies of #A47DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DCB

Black with #A47DCB

Text Example


Text Example

White with #A47DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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