Html Css Color HEX #A267E6 Medium Purple

📋 copy color: '#A267E6'

red 162 ◦ green 103 ◦ blue 230

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

Shades of Medium Purple #A267E6

Tints of Medium Purple #A267E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 32.73%
G = 20.81%
B = 46.46%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A267E6 (or 0xA267E6) is known color: Medium Purple. HEX triplet: A2, 67 and E6. RGB value is (162,103,230). Sum of RGB (Red+Green+Blue) = 162+103+230=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #A267E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A267E6 is #5D9819. Grayscale: #868686. Windows color (decimal): -6133786 or 15099810. OLE color: 15099810.

HSL color Cylindrical-coordinate representation of color #A267E6: hue angle of 267.87º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A267E6 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 103 230 -
CMYK 0.30 0.55 0 0.10
HSL 267.87º 0.72% 0.65% -
HSV(B) 267.87º 0.55% 0.9% -
XYZ 34.03 23.1 77.53 -
YUV 135.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 162 103 230 0.30 0.55 0 0.10 267.87 0.72 0.65
Hex A2 67 E6 1E 37 0 A 10C 48 41
Octal 242 147 346 36 67 0 12 414 110 101
Binary 10100010 1100111 11100110 11110 110111 0 1010 100001100 1001000 1000001

Color Harmonies of #A267E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267E6

Black with #A267E6

Text Example


Text Example

White with #A267E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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