Html Css Color HEX #A28BBF Cold Purple

📋 copy color: '#A28BBF'

red 162 ◦ green 139 ◦ blue 191

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

Shades of Cold Purple #A28BBF

Tints of Cold Purple #A28BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.25%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 32.93%
G = 28.25%
B = 38.82%

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

#A28BBF (or 0xA28BBF) is known color: Cold Purple. HEX triplet: A2, 8B and BF. RGB value is (162,139,191). Sum of RGB (Red+Green+Blue) = 162+139+191=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #A28BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BBF is #5D7440. Grayscale: #979797. Windows color (decimal): -6124609 or 12553122. OLE color: 12553122.

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

Color convert

RGB 162 139 191 -
CMYK 0.15 0.27 0 0.25
HSL 266.54º 0.29% 0.65% -
HSV(B) 266.54º 0.27% 0.75% -
XYZ 33.54 29.91 53.3 -
YUV 151.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 162 139 191 0.15 0.27 0 0.25 266.54 0.29 0.65
Hex A2 8B BF F 1B 0 19 10B 1D 41
Octal 242 213 277 17 33 0 31 413 35 101
Binary 10100010 10001011 10111111 1111 11011 0 11001 100001011 11101 1000001

Color Harmonies of #A28BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BBF

Black with #A28BBF

Text Example


Text Example

White with #A28BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BBF; }

 p { color: rgb(162,139,191); }

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

background-color css

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

 a { background-color: rgb(162,139,191); }

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

border-color css

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

 span { border-color: rgb(162,139,191); }

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