Html Css Color HEX #A275D6 Medium Purple

📋 copy color: '#A275D6'

red 162 ◦ green 117 ◦ blue 214

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

Shades of Medium Purple #A275D6

Tints of Medium Purple #A275D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 32.86%
G = 23.73%
B = 43.41%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A275D6 (or 0xA275D6) is known color: Medium Purple. HEX triplet: A2, 75 and D6. RGB value is (162,117,214). Sum of RGB (Red+Green+Blue) = 162+117+214=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #A275D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275D6 is #5D8A29. Grayscale: #8D8D8D. Windows color (decimal): -6130218 or 14054818. OLE color: 14054818.

HSL color Cylindrical-coordinate representation of color #A275D6: hue angle of 267.84º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A275D6 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 117 214 -
CMYK 0.24 0.45 0 0.16
HSL 267.84º 0.54% 0.65% -
HSV(B) 267.84º 0.45% 0.84% -
XYZ 33.4 25.26 66.73 -
YUV 141.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 162 117 214 0.24 0.45 0 0.16 267.84 0.54 0.65
Hex A2 75 D6 18 2D 0 10 10C 36 41
Octal 242 165 326 30 55 0 20 414 66 101
Binary 10100010 1110101 11010110 11000 101101 0 10000 100001100 110110 1000001

Color Harmonies of #A275D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275D6

Black with #A275D6

Text Example


Text Example

White with #A275D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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