Html Css Color HEX #A28DCB Cold Purple

📋 copy color: '#A28DCB'

red 162 ◦ green 141 ◦ blue 203

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

Shades of Cold Purple #A28DCB

Tints of Cold Purple #A28DCB

RGB

 RED value IS 162 (63.67% from 255) = 32.02%

 GREEN value IS 141 (55.47% from 255) = 27.87%

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

R = 32.02%
G = 27.87%
B = 40.12%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A28DCB (or 0xA28DCB) is known color: Cold Purple. HEX triplet: A2, 8D and CB. RGB value is (162,141,203). Sum of RGB (Red+Green+Blue) = 162+141+203=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A28DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCB is #5D7234. Grayscale: #9A9A9A. Windows color (decimal): -6124085 or 13340066. OLE color: 13340066.

HSL color Cylindrical-coordinate representation of color #A28DCB: hue angle of 260.32º degrees, saturation: 0.37, 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 #A28DCB is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 141 203 -
CMYK 0.20 0.31 0 0.20
HSL 260.32º 0.37% 0.67% -
HSV(B) 260.32º 0.31% 0.8% -
XYZ 35.2 31.04 60.64 -
YUV 154.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 162 141 203 0.20 0.31 0 0.20 260.32 0.37 0.67
Hex A2 8D CB 14 1F 0 14 104 25 43
Octal 242 215 313 24 37 0 24 404 45 103
Binary 10100010 10001101 11001011 10100 11111 0 10100 100000100 100101 1000011

Color Harmonies of #A28DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DCB

Black with #A28DCB

Text Example


Text Example

White with #A28DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DCB; }

 p { color: rgb(162,141,203); }

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

background-color css

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

 a { background-color: rgb(162,141,203); }

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

border-color css

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

 span { border-color: rgb(162,141,203); }

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