Html Css Color HEX #A268EB Medium Purple

📋 copy color: '#A268EB'

red 162 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #A268EB

Tints of Medium Purple #A268EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

 BLUE value IS 235 (92.19% from 255) = 46.91%

R = 32.34%
G = 20.76%
B = 46.91%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A268EB (or 0xA268EB) is known color: Medium Purple. HEX triplet: A2, 68 and EB. RGB value is (162,104,235). Sum of RGB (Red+Green+Blue) = 162+104+235=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #A268EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268EB is #5D9714. Grayscale: #878787. Windows color (decimal): -6133525 or 15427746. OLE color: 15427746.

HSL color Cylindrical-coordinate representation of color #A268EB: hue angle of 266.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A268EB is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 104 235 -
CMYK 0.31 0.56 0 0.08
HSL 266.56º 0.77% 0.66% -
HSV(B) 266.56º 0.56% 0.92% -
XYZ 34.85 23.58 81.31 -
YUV 136.28 183.72 146.35 -
System Red Green Blue C M Y K H S L
Decimal 162 104 235 0.31 0.56 0 0.08 266.56 0.77 0.66
Hex A2 68 EB 1F 38 0 8 10B 4D 42
Octal 242 150 353 37 70 0 10 413 115 102
Binary 10100010 1101000 11101011 11111 111000 0 1000 100001011 1001101 1000010

Color Harmonies of #A268EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268EB

Black with #A268EB

Text Example


Text Example

White with #A268EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268EB; }

 p { color: rgb(162,104,235); }

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

background-color css

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

 a { background-color: rgb(162,104,235); }

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

border-color css

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

 span { border-color: rgb(162,104,235); }

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