Html Css Color HEX #A266FA Medium Purple

📋 copy color: '#A266FA'

red 162 ◦ green 102 ◦ blue 250

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

Shades of Medium Purple #A266FA

Tints of Medium Purple #A266FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 31.52%
G = 19.84%
B = 48.64%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A266FA (or 0xA266FA) is known color: Medium Purple. HEX triplet: A2, 66 and FA. RGB value is (162,102,250). Sum of RGB (Red+Green+Blue) = 162+102+250=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #A266FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266FA is #5D9905. Grayscale: #888888. Windows color (decimal): -6134022 or 16410274. OLE color: 16410274.

HSL color Cylindrical-coordinate representation of color #A266FA: hue angle of 264.32º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A266FA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 102 250 -
CMYK 0.35 0.59 0 0.02
HSL 264.32º 0.94% 0.69% -
HSV(B) 264.32º 0.59% 0.98% -
XYZ 36.91 24.09 93.15 -
YUV 136.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 162 102 250 0.35 0.59 0 0.02 264.32 0.94 0.69
Hex A2 66 FA 23 3B 0 2 108 5E 45
Octal 242 146 372 43 73 0 2 410 136 105
Binary 10100010 1100110 11111010 100011 111011 0 10 100001000 1011110 1000101

Color Harmonies of #A266FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266FA

Black with #A266FA

Text Example


Text Example

White with #A266FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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