Html Css Color HEX #A54FEB Medium Orchid

📋 copy color: '#A54FEB'

red 165 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #A54FEB

Tints of Medium Orchid #A54FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.49%

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

R = 34.45%
G = 16.49%
B = 49.06%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A54FEB (or 0xA54FEB) is known color: Medium Orchid. HEX triplet: A5, 4F and EB. RGB value is (165,79,235). Sum of RGB (Red+Green+Blue) = 165+79+235=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #A54FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FEB is #5AB014. Grayscale: #797979. Windows color (decimal): -5943317 or 15421349. OLE color: 15421349.

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

Color convert

RGB 165 79 235 -
CMYK 0.30 0.66 0 0.08
HSL 273.08º 0.8% 0.62% -
HSV(B) 273.08º 0.66% 0.92% -
XYZ 33.31 19.59 80.62 -
YUV 122.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 165 79 235 0.30 0.66 0 0.08 273.08 0.8 0.62
Hex A5 4F EB 1E 42 0 8 111 50 3E
Octal 245 117 353 36 102 0 10 421 120 76
Binary 10100101 1001111 11101011 11110 1000010 0 1000 100010001 1010000 111110

Color Harmonies of #A54FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FEB

Black with #A54FEB

Text Example


Text Example

White with #A54FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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