Html Css Color HEX #A275F2 Medium Purple

📋 copy color: '#A275F2'

red 162 ◦ green 117 ◦ blue 242

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

Shades of Medium Purple #A275F2

Tints of Medium Purple #A275F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 31.09%
G = 22.46%
B = 46.45%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A275F2 (or 0xA275F2) is known color: Medium Purple. HEX triplet: A2, 75 and F2. RGB value is (162,117,242). Sum of RGB (Red+Green+Blue) = 162+117+242=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #A275F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A275F2 is #5D8A0D. Grayscale: #909090. Windows color (decimal): -6130190 or 15889826. OLE color: 15889826.

HSL color Cylindrical-coordinate representation of color #A275F2: hue angle of 261.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A275F2 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 117 242 -
CMYK 0.33 0.52 0 0.05
HSL 261.6º 0.83% 0.7% -
HSV(B) 261.6º 0.52% 0.95% -
XYZ 37.29 26.81 87.21 -
YUV 144.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 162 117 242 0.33 0.52 0 0.05 261.6 0.83 0.7
Hex A2 75 F2 21 34 0 5 106 53 46
Octal 242 165 362 41 64 0 5 406 123 106
Binary 10100010 1110101 11110010 100001 110100 0 101 100000110 1010011 1000110

Color Harmonies of #A275F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275F2

Black with #A275F2

Text Example


Text Example

White with #A275F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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