Html Css Color HEX #A28EBA Cold Purple

📋 copy color: '#A28EBA'

red 162 ◦ green 142 ◦ blue 186

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

Shades of Cold Purple #A28EBA

Tints of Cold Purple #A28EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.98%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 33.06%
G = 28.98%
B = 37.96%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A28EBA (or 0xA28EBA) is known color: Cold Purple. HEX triplet: A2, 8E and BA. RGB value is (162,142,186). Sum of RGB (Red+Green+Blue) = 162+142+186=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A28EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBA is #5D7145. Grayscale: #989898. Windows color (decimal): -6123846 or 12226210. OLE color: 12226210.

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

Color convert

RGB 162 142 186 -
CMYK 0.13 0.24 0 0.27
HSL 267.27º 0.24% 0.64% -
HSV(B) 267.27º 0.24% 0.73% -
XYZ 33.44 30.57 50.59 -
YUV 153 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 162 142 186 0.13 0.24 0 0.27 267.27 0.24 0.64
Hex A2 8E BA D 18 0 1B 10B 18 40
Octal 242 216 272 15 30 0 33 413 30 100
Binary 10100010 10001110 10111010 1101 11000 0 11011 100001011 11000 1000000

Color Harmonies of #A28EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EBA

Black with #A28EBA

Text Example


Text Example

White with #A28EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EBA; }

 p { color: rgb(162,142,186); }

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

background-color css

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

 a { background-color: rgb(162,142,186); }

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

border-color css

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

 span { border-color: rgb(162,142,186); }

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