Html Css Color HEX #A54AED Medium Orchid

📋 copy color: '#A54AED'

red 165 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #A54AED

Tints of Medium Orchid #A54AED

RGB

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

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

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

R = 34.66%
G = 15.55%
B = 49.79%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A54AED (or 0xA54AED) is known color: Medium Orchid. HEX triplet: A5, 4A and ED. RGB value is (165,74,237). Sum of RGB (Red+Green+Blue) = 165+74+237=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #A54AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AED is #5AB512. Grayscale: #777777. Windows color (decimal): -5944595 or 15551141. OLE color: 15551141.

HSL color Cylindrical-coordinate representation of color #A54AED: hue angle of 273.5º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54AED is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 74 237 -
CMYK 0.30 0.69 0 0.07
HSL 273.5º 0.82% 0.61% -
HSV(B) 273.5º 0.69% 0.93% -
XYZ 33.25 19.01 82.04 -
YUV 119.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 165 74 237 0.30 0.69 0 0.07 273.5 0.82 0.61
Hex A5 4A ED 1E 45 0 7 111 52 3D
Octal 245 112 355 36 105 0 7 421 122 75
Binary 10100101 1001010 11101101 11110 1000101 0 111 100010001 1010010 111101

Color Harmonies of #A54AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AED

Black with #A54AED

Text Example


Text Example

White with #A54AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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