Html Css Color HEX #A54AEB Medium Orchid

📋 copy color: '#A54AEB'

red 165 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #A54AEB

Tints of Medium Orchid #A54AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 34.81%
G = 15.61%
B = 49.58%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A54AEB (or 0xA54AEB) is known color: Medium Orchid. HEX triplet: A5, 4A and EB. RGB value is (165,74,235). Sum of RGB (Red+Green+Blue) = 165+74+235=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #A54AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AEB is #5AB514. Grayscale: #777777. Windows color (decimal): -5944597 or 15420069. OLE color: 15420069.

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

Color convert

RGB 165 74 235 -
CMYK 0.30 0.69 0 0.08
HSL 273.91º 0.8% 0.61% -
HSV(B) 273.91º 0.69% 0.92% -
XYZ 32.96 18.9 80.51 -
YUV 119.56 193.15 160.41 -
System Red Green Blue C M Y K H S L
Decimal 165 74 235 0.30 0.69 0 0.08 273.91 0.8 0.61
Hex A5 4A EB 1E 45 0 8 112 50 3D
Octal 245 112 353 36 105 0 10 422 120 75
Binary 10100101 1001010 11101011 11110 1000101 0 1000 100010010 1010000 111101

Color Harmonies of #A54AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AEB

Black with #A54AEB

Text Example


Text Example

White with #A54AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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