Html Css Color HEX #A28FBC Cold Purple

📋 copy color: '#A28FBC'

red 162 ◦ green 143 ◦ blue 188

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

Shades of Cold Purple #A28FBC

Tints of Cold Purple #A28FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

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

R = 32.86%
G = 29.01%
B = 38.13%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A28FBC (or 0xA28FBC) is known color: Cold Purple. HEX triplet: A2, 8F and BC. RGB value is (162,143,188). Sum of RGB (Red+Green+Blue) = 162+143+188=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A28FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FBC is #5D7043. Grayscale: #999999. Windows color (decimal): -6123588 or 12357538. OLE color: 12357538.

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

Color convert

RGB 162 143 188 -
CMYK 0.14 0.24 0 0.26
HSL 265.33º 0.25% 0.65% -
HSV(B) 265.33º 0.24% 0.74% -
XYZ 33.8 30.96 51.77 -
YUV 153.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 162 143 188 0.14 0.24 0 0.26 265.33 0.25 0.65
Hex A2 8F BC E 18 0 1A 109 19 41
Octal 242 217 274 16 30 0 32 411 31 101
Binary 10100010 10001111 10111100 1110 11000 0 11010 100001001 11001 1000001

Color Harmonies of #A28FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FBC

Black with #A28FBC

Text Example


Text Example

White with #A28FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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