Html Css Color HEX #A28FBF Cold Purple

📋 copy color: '#A28FBF'

red 162 ◦ green 143 ◦ blue 191

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

Shades of Cold Purple #A28FBF

Tints of Cold Purple #A28FBF

RGB

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

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

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

R = 32.66%
G = 28.83%
B = 38.51%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A28FBF (or 0xA28FBF) is known color: Cold Purple. HEX triplet: A2, 8F and BF. RGB value is (162,143,191). Sum of RGB (Red+Green+Blue) = 162+143+191=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #A28FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FBF is #5D7040. Grayscale: #999999. Windows color (decimal): -6123585 or 12554146. OLE color: 12554146.

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

Color convert

RGB 162 143 191 -
CMYK 0.15 0.25 0 0.25
HSL 263.75º 0.27% 0.65% -
HSV(B) 263.75º 0.25% 0.75% -
XYZ 34.13 31.09 53.49 -
YUV 154.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 162 143 191 0.15 0.25 0 0.25 263.75 0.27 0.65
Hex A2 8F BF F 19 0 19 108 1B 41
Octal 242 217 277 17 31 0 31 410 33 101
Binary 10100010 10001111 10111111 1111 11001 0 11001 100001000 11011 1000001

Color Harmonies of #A28FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28FBF

Black with #A28FBF

Text Example


Text Example

White with #A28FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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