Html Css Color HEX #A266ED Medium Purple

📋 copy color: '#A266ED'

red 162 ◦ green 102 ◦ blue 237

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

Shades of Medium Purple #A266ED

Tints of Medium Purple #A266ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.36%

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 32.34%
G = 20.36%
B = 47.31%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A266ED (or 0xA266ED) is known color: Medium Purple. HEX triplet: A2, 66 and ED. RGB value is (162,102,237). Sum of RGB (Red+Green+Blue) = 162+102+237=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #A266ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266ED is #5D9912. Grayscale: #868686. Windows color (decimal): -6134035 or 15558306. OLE color: 15558306.

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

Color convert

RGB 162 102 237 -
CMYK 0.32 0.57 0 0.07
HSL 266.67º 0.79% 0.66% -
HSV(B) 266.67º 0.57% 0.93% -
XYZ 34.94 23.3 82.78 -
YUV 135.33 185.38 147.02 -
System Red Green Blue C M Y K H S L
Decimal 162 102 237 0.32 0.57 0 0.07 266.67 0.79 0.66
Hex A2 66 ED 20 39 0 7 10B 4F 42
Octal 242 146 355 40 71 0 7 413 117 102
Binary 10100010 1100110 11101101 100000 111001 0 111 100001011 1001111 1000010

Color Harmonies of #A266ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266ED

Black with #A266ED

Text Example


Text Example

White with #A266ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266ED; }

 p { color: rgb(162,102,237); }

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

background-color css

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

 a { background-color: rgb(162,102,237); }

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

border-color css

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

 span { border-color: rgb(162,102,237); }

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