Html Css Color HEX #A28DBB Cold Purple

📋 copy color: '#A28DBB'

red 162 ◦ green 141 ◦ blue 187

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

Shades of Cold Purple #A28DBB

Tints of Cold Purple #A28DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.16%

R = 33.06%
G = 28.78%
B = 38.16%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A28DBB (or 0xA28DBB) is known color: Cold Purple. HEX triplet: A2, 8D and BB. RGB value is (162,141,187). Sum of RGB (Red+Green+Blue) = 162+141+187=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #A28DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DBB is #5D7244. Grayscale: #989898. Windows color (decimal): -6124101 or 12291490. OLE color: 12291490.

HSL color Cylindrical-coordinate representation of color #A28DBB: hue angle of 267.39º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28DBB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 141 187 -
CMYK 0.13 0.25 0 0.27
HSL 267.39º 0.25% 0.64% -
HSV(B) 267.39º 0.25% 0.73% -
XYZ 33.39 30.32 51.11 -
YUV 152.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 162 141 187 0.13 0.25 0 0.27 267.39 0.25 0.64
Hex A2 8D BB D 19 0 1B 10B 19 40
Octal 242 215 273 15 31 0 33 413 31 100
Binary 10100010 10001101 10111011 1101 11001 0 11011 100001011 11001 1000000

Color Harmonies of #A28DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DBB

Black with #A28DBB

Text Example


Text Example

White with #A28DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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