Html Css Color HEX #A451D5 Medium Orchid

📋 copy color: '#A451D5'

red 164 ◦ green 81 ◦ blue 213

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

Shades of Medium Orchid #A451D5

Tints of Medium Orchid #A451D5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 213 (83.59% from 255) = 46.51%

R = 35.81%
G = 17.69%
B = 46.51%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A451D5 (or 0xA451D5) is known color: Medium Orchid. HEX triplet: A4, 51 and D5. RGB value is (164,81,213). Sum of RGB (Red+Green+Blue) = 164+81+213=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #A451D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451D5 is #5BAE2A. Grayscale: #787878. Windows color (decimal): -6008363 or 13980068. OLE color: 13980068.

HSL color Cylindrical-coordinate representation of color #A451D5: hue angle of 277.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A451D5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 81 213 -
CMYK 0.23 0.62 0 0.16
HSL 277.73º 0.61% 0.58% -
HSV(B) 277.73º 0.62% 0.84% -
XYZ 30.26 18.58 64.94 -
YUV 120.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 164 81 213 0.23 0.62 0 0.16 277.73 0.61 0.58
Hex A4 51 D5 17 3E 0 10 116 3D 3A
Octal 244 121 325 27 76 0 20 426 75 72
Binary 10100100 1010001 11010101 10111 111110 0 10000 100010110 111101 111010

Color Harmonies of #A451D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A451D5

Black with #A451D5

Text Example


Text Example

White with #A451D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A451D5; }

 p { color: rgb(164,81,213); }

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

background-color css

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

 a { background-color: rgb(164,81,213); }

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

border-color css

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

 span { border-color: rgb(164,81,213); }

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