Html Css Color HEX #A28ABE Cold Purple

📋 copy color: '#A28ABE'

red 162 ◦ green 138 ◦ blue 190

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

Shades of Cold Purple #A28ABE

Tints of Cold Purple #A28ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 33.06%
G = 28.16%
B = 38.78%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A28ABE (or 0xA28ABE) is known color: Cold Purple. HEX triplet: A2, 8A and BE. RGB value is (162,138,190). Sum of RGB (Red+Green+Blue) = 162+138+190=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #A28ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ABE is #5D7541. Grayscale: #969696. Windows color (decimal): -6124866 or 12487330. OLE color: 12487330.

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

Color convert

RGB 162 138 190 -
CMYK 0.15 0.27 0 0.25
HSL 267.69º 0.29% 0.64% -
HSV(B) 267.69º 0.27% 0.75% -
XYZ 33.28 29.58 52.67 -
YUV 151.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 162 138 190 0.15 0.27 0 0.25 267.69 0.29 0.64
Hex A2 8A BE F 1B 0 19 10C 1D 40
Octal 242 212 276 17 33 0 31 414 35 100
Binary 10100010 10001010 10111110 1111 11011 0 11001 100001100 11101 1000000

Color Harmonies of #A28ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ABE

Black with #A28ABE

Text Example


Text Example

White with #A28ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ABE; }

 p { color: rgb(162,138,190); }

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

background-color css

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

 a { background-color: rgb(162,138,190); }

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

border-color css

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

 span { border-color: rgb(162,138,190); }

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