Html Css Color HEX #A267EE Medium Purple

📋 copy color: '#A267EE'

red 162 ◦ green 103 ◦ blue 238

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

Shades of Medium Purple #A267EE

Tints of Medium Purple #A267EE

RGB

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

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

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

R = 32.21%
G = 20.48%
B = 47.32%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A267EE (or 0xA267EE) is known color: Medium Purple. HEX triplet: A2, 67 and EE. RGB value is (162,103,238). Sum of RGB (Red+Green+Blue) = 162+103+238=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #A267EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A267EE is #5D9811. Grayscale: #878787. Windows color (decimal): -6133778 or 15624098. OLE color: 15624098.

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

Color convert

RGB 162 103 238 -
CMYK 0.32 0.57 0 0.07
HSL 266.22º 0.8% 0.67% -
HSV(B) 266.22º 0.57% 0.93% -
XYZ 35.18 23.55 83.58 -
YUV 136.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 162 103 238 0.32 0.57 0 0.07 266.22 0.8 0.67
Hex A2 67 EE 20 39 0 7 10A 50 43
Octal 242 147 356 40 71 0 7 412 120 103
Binary 10100010 1100111 11101110 100000 111001 0 111 100001010 1010000 1000011

Color Harmonies of #A267EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267EE

Black with #A267EE

Text Example


Text Example

White with #A267EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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