Html Css Color HEX #A54CEA Medium Orchid

📋 copy color: '#A54CEA'

red 165 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #A54CEA

Tints of Medium Orchid #A54CEA

RGB

 RED value IS 165 (64.84% from 255) = 34.74%

 GREEN value IS 76 (30.08% from 255) = 16%

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 34.74%
G = 16%
B = 49.26%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A54CEA (or 0xA54CEA) is known color: Medium Orchid. HEX triplet: A5, 4C and EA. RGB value is (165,76,234). Sum of RGB (Red+Green+Blue) = 165+76+234=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #A54CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CEA is #5AB315. Grayscale: #787878. Windows color (decimal): -5944086 or 15355045. OLE color: 15355045.

HSL color Cylindrical-coordinate representation of color #A54CEA: hue angle of 273.8º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54CEA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 76 234 -
CMYK 0.29 0.68 0 0.08
HSL 273.8º 0.79% 0.61% -
HSV(B) 273.8º 0.68% 0.92% -
XYZ 32.95 19.11 79.79 -
YUV 120.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 165 76 234 0.29 0.68 0 0.08 273.8 0.79 0.61
Hex A5 4C EA 1D 44 0 8 112 4F 3D
Octal 245 114 352 35 104 0 10 422 117 75
Binary 10100101 1001100 11101010 11101 1000100 0 1000 100010010 1001111 111101

Color Harmonies of #A54CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CEA

Black with #A54CEA

Text Example


Text Example

White with #A54CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CEA; }

 p { color: rgb(165,76,234); }

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

background-color css

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

 a { background-color: rgb(165,76,234); }

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

border-color css

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

 span { border-color: rgb(165,76,234); }

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