Html Css Color HEX #A962EE Medium Purple

📋 copy color: '#A962EE'

red 169 ◦ green 98 ◦ blue 238

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

Shades of Medium Purple #A962EE

Tints of Medium Purple #A962EE

RGB

 RED value IS 169 (66.41% from 255) = 33.47%

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

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

R = 33.47%
G = 19.41%
B = 47.13%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A962EE (or 0xA962EE) is known color: Medium Purple. HEX triplet: A9, 62 and EE. RGB value is (169,98,238). Sum of RGB (Red+Green+Blue) = 169+98+238=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #A962EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A962EE is #569D11. Grayscale: #868686. Windows color (decimal): -5676306 or 15622825. OLE color: 15622825.

HSL color Cylindrical-coordinate representation of color #A962EE: hue angle of 270.43º 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 #A962EE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 98 238 -
CMYK 0.29 0.59 0 0.07
HSL 270.43º 0.8% 0.66% -
HSV(B) 270.43º 0.59% 0.93% -
XYZ 36.16 23.34 83.49 -
YUV 135.19 186.02 152.12 -
System Red Green Blue C M Y K H S L
Decimal 169 98 238 0.29 0.59 0 0.07 270.43 0.8 0.66
Hex A9 62 EE 1D 3B 0 7 10E 50 42
Octal 251 142 356 35 73 0 7 416 120 102
Binary 10101001 1100010 11101110 11101 111011 0 111 100001110 1010000 1000010

Color Harmonies of #A962EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962EE

Black with #A962EE

Text Example


Text Example

White with #A962EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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