Html Css Color HEX #A260E7 Medium Purple

📋 copy color: '#A260E7'

red 162 ◦ green 96 ◦ blue 231

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

Shades of Medium Purple #A260E7

Tints of Medium Purple #A260E7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.63%

 BLUE value IS 231 (90.63% from 255) = 47.24%

R = 33.13%
G = 19.63%
B = 47.24%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A260E7 (or 0xA260E7) is known color: Medium Purple. HEX triplet: A2, 60 and E7. RGB value is (162,96,231). Sum of RGB (Red+Green+Blue) = 162+96+231=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #A260E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260E7 is #5D9F18. Grayscale: #828282. Windows color (decimal): -6135577 or 15163554. OLE color: 15163554.

HSL color Cylindrical-coordinate representation of color #A260E7: hue angle of 269.33º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A260E7 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 96 231 -
CMYK 0.30 0.58 0 0.09
HSL 269.33º 0.74% 0.64% -
HSV(B) 269.33º 0.58% 0.91% -
XYZ 33.51 21.82 78.05 -
YUV 131.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 162 96 231 0.30 0.58 0 0.09 269.33 0.74 0.64
Hex A2 60 E7 1E 3A 0 9 10D 4A 40
Octal 242 140 347 36 72 0 11 415 112 100
Binary 10100010 1100000 11100111 11110 111010 0 1001 100001101 1001010 1000000

Color Harmonies of #A260E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260E7

Black with #A260E7

Text Example


Text Example

White with #A260E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260E7; }

 p { color: rgb(162,96,231); }

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

background-color css

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

 a { background-color: rgb(162,96,231); }

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

border-color css

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

 span { border-color: rgb(162,96,231); }

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