Html Css Color HEX #A462EE Medium Purple

📋 copy color: '#A462EE'

red 164 ◦ green 98 ◦ blue 238

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

Shades of Medium Purple #A462EE

Tints of Medium Purple #A462EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 32.8%
G = 19.6%
B = 47.6%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A462EE (or 0xA462EE) is known color: Medium Purple. HEX triplet: A4, 62 and EE. RGB value is (164,98,238). Sum of RGB (Red+Green+Blue) = 164+98+238=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #A462EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A462EE is #5B9D11. Grayscale: #858585. Windows color (decimal): -6003986 or 15622820. OLE color: 15622820.

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

Color convert

RGB 164 98 238 -
CMYK 0.31 0.59 0 0.07
HSL 268.29º 0.8% 0.66% -
HSV(B) 268.29º 0.59% 0.93% -
XYZ 35.11 22.8 83.44 -
YUV 133.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 164 98 238 0.31 0.59 0 0.07 268.29 0.8 0.66
Hex A4 62 EE 1F 3B 0 7 10C 50 42
Octal 244 142 356 37 73 0 7 414 120 102
Binary 10100100 1100010 11101110 11111 111011 0 111 100001100 1010000 1000010

Color Harmonies of #A462EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462EE

Black with #A462EE

Text Example


Text Example

White with #A462EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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