Html Css Color HEX #A28ABB Cold Purple

📋 copy color: '#A28ABB'

red 162 ◦ green 138 ◦ blue 187

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

Shades of Cold Purple #A28ABB

Tints of Cold Purple #A28ABB

RGB

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

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

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

R = 33.26%
G = 28.34%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A28ABB (or 0xA28ABB) is known color: Cold Purple. HEX triplet: A2, 8A and BB. RGB value is (162,138,187). Sum of RGB (Red+Green+Blue) = 162+138+187=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A28ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ABB is #5D7544. Grayscale: #969696. Windows color (decimal): -6124869 or 12290722. OLE color: 12290722.

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

Color convert

RGB 162 138 187 -
CMYK 0.13 0.26 0 0.27
HSL 269.39º 0.26% 0.64% -
HSV(B) 269.39º 0.26% 0.73% -
XYZ 32.96 29.45 50.96 -
YUV 150.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 162 138 187 0.13 0.26 0 0.27 269.39 0.26 0.64
Hex A2 8A BB D 1A 0 1B 10D 1A 40
Octal 242 212 273 15 32 0 33 415 32 100
Binary 10100010 10001010 10111011 1101 11010 0 11011 100001101 11010 1000000

Color Harmonies of #A28ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ABB

Black with #A28ABB

Text Example


Text Example

White with #A28ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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