Html Css Color HEX #A54EEF Medium Orchid

📋 copy color: '#A54EEF'

red 165 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #A54EEF

Tints of Medium Orchid #A54EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.18%

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 34.23%
G = 16.18%
B = 49.59%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A54EEF (or 0xA54EEF) is known color: Medium Orchid. HEX triplet: A5, 4E and EF. RGB value is (165,78,239). Sum of RGB (Red+Green+Blue) = 165+78+239=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #A54EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54EEF is #5AB110. Grayscale: #797979. Windows color (decimal): -5943569 or 15683237. OLE color: 15683237.

HSL color Cylindrical-coordinate representation of color #A54EEF: hue angle of 272.42º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54EEF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 78 239 -
CMYK 0.31 0.67 0 0.06
HSL 272.42º 0.83% 0.62% -
HSV(B) 272.42º 0.67% 0.94% -
XYZ 33.82 19.68 83.68 -
YUV 122.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 165 78 239 0.31 0.67 0 0.06 272.42 0.83 0.62
Hex A5 4E EF 1F 43 0 6 110 53 3E
Octal 245 116 357 37 103 0 6 420 123 76
Binary 10100101 1001110 11101111 11111 1000011 0 110 100010000 1010011 111110

Color Harmonies of #A54EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54EEF

Black with #A54EEF

Text Example


Text Example

White with #A54EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54EEF; }

 p { color: rgb(165,78,239); }

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

background-color css

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

 a { background-color: rgb(165,78,239); }

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

border-color css

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

 span { border-color: rgb(165,78,239); }

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