Html Css Color HEX #A267EC Medium Purple

📋 copy color: '#A267EC'

red 162 ◦ green 103 ◦ blue 236

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

Shades of Medium Purple #A267EC

Tints of Medium Purple #A267EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.56%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 32.34%
G = 20.56%
B = 47.11%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A267EC (or 0xA267EC) is known color: Medium Purple. HEX triplet: A2, 67 and EC. RGB value is (162,103,236). Sum of RGB (Red+Green+Blue) = 162+103+236=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #A267EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A267EC is #5D9813. Grayscale: #878787. Windows color (decimal): -6133780 or 15493026. OLE color: 15493026.

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

Color convert

RGB 162 103 236 -
CMYK 0.31 0.56 0 0.07
HSL 266.62º 0.78% 0.66% -
HSV(B) 266.62º 0.56% 0.93% -
XYZ 34.89 23.44 82.04 -
YUV 135.8 184.55 146.69 -
System Red Green Blue C M Y K H S L
Decimal 162 103 236 0.31 0.56 0 0.07 266.62 0.78 0.66
Hex A2 67 EC 1F 38 0 7 10B 4E 42
Octal 242 147 354 37 70 0 7 413 116 102
Binary 10100010 1100111 11101100 11111 111000 0 111 100001011 1001110 1000010

Color Harmonies of #A267EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267EC

Black with #A267EC

Text Example


Text Example

White with #A267EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267EC; }

 p { color: rgb(162,103,236); }

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

background-color css

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

 a { background-color: rgb(162,103,236); }

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

border-color css

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

 span { border-color: rgb(162,103,236); }

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