Html Css Color HEX #A28CBB Cold Purple

📋 copy color: '#A28CBB'

red 162 ◦ green 140 ◦ blue 187

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

Shades of Cold Purple #A28CBB

Tints of Cold Purple #A28CBB

RGB

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

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

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

R = 33.13%
G = 28.63%
B = 38.24%

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

#A28CBB (or 0xA28CBB) is known color: Cold Purple. HEX triplet: A2, 8C and BB. RGB value is (162,140,187). Sum of RGB (Red+Green+Blue) = 162+140+187=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #A28CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CBB is #5D7344. Grayscale: #979797. Windows color (decimal): -6124357 or 12291234. OLE color: 12291234.

HSL color Cylindrical-coordinate representation of color #A28CBB: hue angle of 268.09º degrees, saturation: 0.26, 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 #A28CBB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 140 187 -
CMYK 0.13 0.25 0 0.27
HSL 268.09º 0.26% 0.64% -
HSV(B) 268.09º 0.25% 0.73% -
XYZ 33.25 30.03 51.06 -
YUV 151.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 162 140 187 0.13 0.25 0 0.27 268.09 0.26 0.64
Hex A2 8C BB D 19 0 1B 10C 1A 40
Octal 242 214 273 15 31 0 33 414 32 100
Binary 10100010 10001100 10111011 1101 11001 0 11011 100001100 11010 1000000

Color Harmonies of #A28CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CBB

Black with #A28CBB

Text Example


Text Example

White with #A28CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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