Html Css Color HEX #A451DA Medium Orchid

📋 copy color: '#A451DA'

red 164 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #A451DA

Tints of Medium Orchid #A451DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 35.42%
G = 17.49%
B = 47.08%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A451DA (or 0xA451DA) is known color: Medium Orchid. HEX triplet: A4, 51 and DA. RGB value is (164,81,218). Sum of RGB (Red+Green+Blue) = 164+81+218=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #A451DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A451DA is #5BAE25. Grayscale: #787878. Windows color (decimal): -6008358 or 14307748. OLE color: 14307748.

HSL color Cylindrical-coordinate representation of color #A451DA: hue angle of 276.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A451DA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 81 218 -
CMYK 0.25 0.63 0 0.15
HSL 276.35º 0.65% 0.59% -
HSV(B) 276.35º 0.63% 0.85% -
XYZ 30.91 18.84 68.34 -
YUV 121.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 164 81 218 0.25 0.63 0 0.15 276.35 0.65 0.59
Hex A4 51 DA 19 3F 0 F 114 41 3B
Octal 244 121 332 31 77 0 17 424 101 73
Binary 10100100 1010001 11011010 11001 111111 0 1111 100010100 1000001 111011

Color Harmonies of #A451DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A451DA

Black with #A451DA

Text Example


Text Example

White with #A451DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A451DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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