Html Css Color HEX #A266F1 Medium Purple

📋 copy color: '#A266F1'

red 162 ◦ green 102 ◦ blue 241

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

Shades of Medium Purple #A266F1

Tints of Medium Purple #A266F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.72%

R = 32.08%
G = 20.2%
B = 47.72%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A266F1 (or 0xA266F1) is known color: Medium Purple. HEX triplet: A2, 66 and F1. RGB value is (162,102,241). Sum of RGB (Red+Green+Blue) = 162+102+241=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #A266F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A266F1 is #5D990E. Grayscale: #878787. Windows color (decimal): -6134031 or 15820450. OLE color: 15820450.

HSL color Cylindrical-coordinate representation of color #A266F1: hue angle of 265.9º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A266F1 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 102 241 -
CMYK 0.33 0.58 0 0.05
HSL 265.9º 0.83% 0.67% -
HSV(B) 265.9º 0.58% 0.95% -
XYZ 35.53 23.54 85.89 -
YUV 135.79 187.38 146.7 -
System Red Green Blue C M Y K H S L
Decimal 162 102 241 0.33 0.58 0 0.05 265.9 0.83 0.67
Hex A2 66 F1 21 3A 0 5 10A 53 43
Octal 242 146 361 41 72 0 5 412 123 103
Binary 10100010 1100110 11110001 100001 111010 0 101 100001010 1010011 1000011

Color Harmonies of #A266F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266F1

Black with #A266F1

Text Example


Text Example

White with #A266F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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