Html Css Color HEX #A262F1 Medium Purple

📋 copy color: '#A262F1'

red 162 ◦ green 98 ◦ blue 241

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

Shades of Medium Purple #A262F1

Tints of Medium Purple #A262F1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.56%

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 32.34%
G = 19.56%
B = 48.1%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A262F1 (or 0xA262F1) is known color: Medium Purple. HEX triplet: A2, 62 and F1. RGB value is (162,98,241). Sum of RGB (Red+Green+Blue) = 162+98+241=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #A262F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A262F1 is #5D9D0E. Grayscale: #848484. Windows color (decimal): -6135055 or 15819426. OLE color: 15819426.

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

Color convert

RGB 162 98 241 -
CMYK 0.33 0.59 0 0.05
HSL 266.85º 0.84% 0.66% -
HSV(B) 266.85º 0.59% 0.95% -
XYZ 35.15 22.77 85.76 -
YUV 133.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 162 98 241 0.33 0.59 0 0.05 266.85 0.84 0.66
Hex A2 62 F1 21 3B 0 5 10B 54 42
Octal 242 142 361 41 73 0 5 413 124 102
Binary 10100010 1100010 11110001 100001 111011 0 101 100001011 1010100 1000010

Color Harmonies of #A262F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262F1

Black with #A262F1

Text Example


Text Example

White with #A262F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262F1; }

 p { color: rgb(162,98,241); }

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

background-color css

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

 a { background-color: rgb(162,98,241); }

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

border-color css

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

 span { border-color: rgb(162,98,241); }

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