Html Css Color HEX #A268EE Medium Purple

📋 copy color: '#A268EE'

red 162 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #A268EE

Tints of Medium Purple #A268EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.22%

R = 32.14%
G = 20.63%
B = 47.22%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A268EE (or 0xA268EE) is known color: Medium Purple. HEX triplet: A2, 68 and EE. RGB value is (162,104,238). Sum of RGB (Red+Green+Blue) = 162+104+238=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #A268EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268EE is #5D9711. Grayscale: #888888. Windows color (decimal): -6133522 or 15624354. OLE color: 15624354.

HSL color Cylindrical-coordinate representation of color #A268EE: hue angle of 265.97º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A268EE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 104 238 -
CMYK 0.32 0.56 0 0.07
HSL 265.97º 0.8% 0.67% -
HSV(B) 265.97º 0.56% 0.93% -
XYZ 35.28 23.76 83.61 -
YUV 136.62 185.22 146.1 -
System Red Green Blue C M Y K H S L
Decimal 162 104 238 0.32 0.56 0 0.07 265.97 0.8 0.67
Hex A2 68 EE 20 38 0 7 10A 50 43
Octal 242 150 356 40 70 0 7 412 120 103
Binary 10100010 1101000 11101110 100000 111000 0 111 100001010 1010000 1000011

Color Harmonies of #A268EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268EE

Black with #A268EE

Text Example


Text Example

White with #A268EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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