Html Css Color HEX #A275DF Medium Purple

📋 copy color: '#A275DF'

red 162 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #A275DF

Tints of Medium Purple #A275DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.31%

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

R = 32.27%
G = 23.31%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A275DF (or 0xA275DF) is known color: Medium Purple. HEX triplet: A2, 75 and DF. RGB value is (162,117,223). Sum of RGB (Red+Green+Blue) = 162+117+223=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A275DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275DF is #5D8A20. Grayscale: #8E8E8E. Windows color (decimal): -6130209 or 14644642. OLE color: 14644642.

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

Color convert

RGB 162 117 223 -
CMYK 0.27 0.48 0 0.13
HSL 265.47º 0.62% 0.67% -
HSV(B) 265.47º 0.48% 0.87% -
XYZ 34.58 25.73 72.96 -
YUV 142.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 162 117 223 0.27 0.48 0 0.13 265.47 0.62 0.67
Hex A2 75 DF 1B 30 0 D 109 3E 43
Octal 242 165 337 33 60 0 15 411 76 103
Binary 10100010 1110101 11011111 11011 110000 0 1101 100001001 111110 1000011

Color Harmonies of #A275DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275DF

Black with #A275DF

Text Example


Text Example

White with #A275DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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