Html Css Color HEX #A54AEA Medium Orchid

📋 copy color: '#A54AEA'

red 165 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #A54AEA

Tints of Medium Orchid #A54AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.64%

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

R = 34.88%
G = 15.64%
B = 49.47%

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

#A54AEA (or 0xA54AEA) is known color: Medium Orchid. HEX triplet: A5, 4A and EA. RGB value is (165,74,234). Sum of RGB (Red+Green+Blue) = 165+74+234=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #A54AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AEA is #5AB515. Grayscale: #767676. Windows color (decimal): -5944598 or 15354533. OLE color: 15354533.

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

Color convert

RGB 165 74 234 -
CMYK 0.29 0.68 0 0.08
HSL 274.13º 0.79% 0.6% -
HSV(B) 274.13º 0.68% 0.92% -
XYZ 32.82 18.84 79.75 -
YUV 119.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 165 74 234 0.29 0.68 0 0.08 274.13 0.79 0.6
Hex A5 4A EA 1D 44 0 8 112 4F 3C
Octal 245 112 352 35 104 0 10 422 117 74
Binary 10100101 1001010 11101010 11101 1000100 0 1000 100010010 1001111 111100

Color Harmonies of #A54AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AEA

Black with #A54AEA

Text Example


Text Example

White with #A54AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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