Html Css Color HEX #A275FA Medium Purple

📋 copy color: '#A275FA'

red 162 ◦ green 117 ◦ blue 250

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

Shades of Medium Purple #A275FA

Tints of Medium Purple #A275FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 30.62%
G = 22.12%
B = 47.26%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A275FA (or 0xA275FA) is known color: Medium Purple. HEX triplet: A2, 75 and FA. RGB value is (162,117,250). Sum of RGB (Red+Green+Blue) = 162+117+250=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #A275FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275FA is #5D8A05. Grayscale: #919191. Windows color (decimal): -6130182 or 16414114. OLE color: 16414114.

HSL color Cylindrical-coordinate representation of color #A275FA: hue angle of 260.3º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A275FA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 117 250 -
CMYK 0.35 0.53 0 0.02
HSL 260.3º 0.93% 0.72% -
HSV(B) 260.3º 0.53% 0.98% -
XYZ 38.52 27.31 93.68 -
YUV 145.62 186.91 139.69 -
System Red Green Blue C M Y K H S L
Decimal 162 117 250 0.35 0.53 0 0.02 260.3 0.93 0.72
Hex A2 75 FA 23 35 0 2 104 5D 48
Octal 242 165 372 43 65 0 2 404 135 110
Binary 10100010 1110101 11111010 100011 110101 0 10 100000100 1011101 1001000

Color Harmonies of #A275FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275FA

Black with #A275FA

Text Example


Text Example

White with #A275FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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