Html Css Color HEX #A268EA Medium Purple

📋 copy color: '#A268EA'

red 162 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #A268EA

Tints of Medium Purple #A268EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 32.4%
G = 20.8%
B = 46.8%

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

#A268EA (or 0xA268EA) is known color: Medium Purple. HEX triplet: A2, 68 and EA. RGB value is (162,104,234). Sum of RGB (Red+Green+Blue) = 162+104+234=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #A268EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268EA is #5D9715. Grayscale: #878787. Windows color (decimal): -6133526 or 15362210. OLE color: 15362210.

HSL color Cylindrical-coordinate representation of color #A268EA: hue angle of 266.77º degrees, saturation: 0.76, 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 #A268EA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 104 234 -
CMYK 0.31 0.56 0 0.08
HSL 266.77º 0.76% 0.66% -
HSV(B) 266.77º 0.56% 0.92% -
XYZ 34.7 23.52 80.55 -
YUV 136.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 162 104 234 0.31 0.56 0 0.08 266.77 0.76 0.66
Hex A2 68 EA 1F 38 0 8 10B 4C 42
Octal 242 150 352 37 70 0 10 413 114 102
Binary 10100010 1101000 11101010 11111 111000 0 1000 100001011 1001100 1000010

Color Harmonies of #A268EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268EA

Black with #A268EA

Text Example


Text Example

White with #A268EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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