Html Css Color HEX #A467ED Medium Purple

📋 copy color: '#A467ED'

red 164 ◦ green 103 ◦ blue 237

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

Shades of Medium Purple #A467ED

Tints of Medium Purple #A467ED

RGB

 RED value IS 164 (64.45% from 255) = 32.54%

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

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 32.54%
G = 20.44%
B = 47.02%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A467ED (or 0xA467ED) is known color: Medium Purple. HEX triplet: A4, 67 and ED. RGB value is (164,103,237). Sum of RGB (Red+Green+Blue) = 164+103+237=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #A467ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A467ED is #5B9812. Grayscale: #888888. Windows color (decimal): -6002707 or 15558564. OLE color: 15558564.

HSL color Cylindrical-coordinate representation of color #A467ED: hue angle of 267.31º degrees, saturation: 0.79, 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 #A467ED is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 103 237 -
CMYK 0.31 0.57 0 0.07
HSL 267.31º 0.79% 0.67% -
HSV(B) 267.31º 0.57% 0.93% -
XYZ 35.45 23.71 82.83 -
YUV 136.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 164 103 237 0.31 0.57 0 0.07 267.31 0.79 0.67
Hex A4 67 ED 1F 39 0 7 10B 4F 43
Octal 244 147 355 37 71 0 7 413 117 103
Binary 10100100 1100111 11101101 11111 111001 0 111 100001011 1001111 1000011

Color Harmonies of #A467ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467ED

Black with #A467ED

Text Example


Text Example

White with #A467ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467ED; }

 p { color: rgb(164,103,237); }

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

background-color css

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

 a { background-color: rgb(164,103,237); }

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

border-color css

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

 span { border-color: rgb(164,103,237); }

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