Html Css Color HEX #A283DF Medium Purple

📋 copy color: '#A283DF'

red 162 ◦ green 131 ◦ blue 223

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

Shades of Medium Purple #A283DF

Tints of Medium Purple #A283DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 31.4%
G = 25.39%
B = 43.22%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A283DF (or 0xA283DF) is known color: Medium Purple. HEX triplet: A2, 83 and DF. RGB value is (162,131,223). Sum of RGB (Red+Green+Blue) = 162+131+223=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A283DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A283DF is #5D7C20. Grayscale: #969696. Windows color (decimal): -6126625 or 14648226. OLE color: 14648226.

HSL color Cylindrical-coordinate representation of color #A283DF: hue angle of 260.22º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A283DF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 131 223 -
CMYK 0.27 0.41 0 0.13
HSL 260.22º 0.59% 0.69% -
HSV(B) 260.22º 0.41% 0.87% -
XYZ 36.34 29.24 73.54 -
YUV 150.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 162 131 223 0.27 0.41 0 0.13 260.22 0.59 0.69
Hex A2 83 DF 1B 29 0 D 104 3B 45
Octal 242 203 337 33 51 0 15 404 73 105
Binary 10100010 10000011 11011111 11011 101001 0 1101 100000100 111011 1000101

Color Harmonies of #A283DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A283DF

Black with #A283DF

Text Example


Text Example

White with #A283DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A283DF; }

 p { color: rgb(162,131,223); }

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

background-color css

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

 a { background-color: rgb(162,131,223); }

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

border-color css

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

 span { border-color: rgb(162,131,223); }

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