Html Css Color HEX #A462EF Medium Purple

📋 copy color: '#A462EF'

red 164 ◦ green 98 ◦ blue 239

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

Shades of Medium Purple #A462EF

Tints of Medium Purple #A462EF

RGB

 RED value IS 164 (64.45% from 255) = 32.73%

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

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 32.73%
G = 19.56%
B = 47.7%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A462EF (or 0xA462EF) is known color: Medium Purple. HEX triplet: A4, 62 and EF. RGB value is (164,98,239). Sum of RGB (Red+Green+Blue) = 164+98+239=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #A462EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A462EF is #5B9D10. Grayscale: #858585. Windows color (decimal): -6003985 or 15688356. OLE color: 15688356.

HSL color Cylindrical-coordinate representation of color #A462EF: hue angle of 268.09º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A462EF is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 98 239 -
CMYK 0.31 0.59 0 0.06
HSL 268.09º 0.82% 0.66% -
HSV(B) 268.09º 0.59% 0.94% -
XYZ 35.26 22.86 84.22 -
YUV 133.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 164 98 239 0.31 0.59 0 0.06 268.09 0.82 0.66
Hex A4 62 EF 1F 3B 0 6 10C 52 42
Octal 244 142 357 37 73 0 6 414 122 102
Binary 10100100 1100010 11101111 11111 111011 0 110 100001100 1010010 1000010

Color Harmonies of #A462EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462EF

Black with #A462EF

Text Example


Text Example

White with #A462EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462EF; }

 p { color: rgb(164,98,239); }

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

background-color css

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

 a { background-color: rgb(164,98,239); }

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

border-color css

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

 span { border-color: rgb(164,98,239); }

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