Html Css Color HEX #A28BBC Cold Purple

📋 copy color: '#A28BBC'

red 162 ◦ green 139 ◦ blue 188

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

Shades of Cold Purple #A28BBC

Tints of Cold Purple #A28BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 33.13%
G = 28.43%
B = 38.45%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A28BBC (or 0xA28BBC) is known color: Cold Purple. HEX triplet: A2, 8B and BC. RGB value is (162,139,188). Sum of RGB (Red+Green+Blue) = 162+139+188=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A28BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BBC is #5D7443. Grayscale: #979797. Windows color (decimal): -6124612 or 12356514. OLE color: 12356514.

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

Color convert

RGB 162 139 188 -
CMYK 0.14 0.26 0 0.26
HSL 268.16º 0.27% 0.64% -
HSV(B) 268.16º 0.26% 0.74% -
XYZ 33.21 29.78 51.57 -
YUV 151.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 162 139 188 0.14 0.26 0 0.26 268.16 0.27 0.64
Hex A2 8B BC E 1A 0 1A 10C 1B 40
Octal 242 213 274 16 32 0 32 414 33 100
Binary 10100010 10001011 10111100 1110 11010 0 11010 100001100 11011 1000000

Color Harmonies of #A28BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BBC

Black with #A28BBC

Text Example


Text Example

White with #A28BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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