Html Css Color HEX #A54FEF Medium Orchid

📋 copy color: '#A54FEF'

red 165 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #A54FEF

Tints of Medium Orchid #A54FEF

RGB

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

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

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

R = 34.16%
G = 16.36%
B = 49.48%

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

#A54FEF (or 0xA54FEF) is known color: Medium Orchid. HEX triplet: A5, 4F and EF. RGB value is (165,79,239). Sum of RGB (Red+Green+Blue) = 165+79+239=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #A54FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FEF is #5AB010. Grayscale: #7A7A7A. Windows color (decimal): -5943313 or 15683493. OLE color: 15683493.

HSL color Cylindrical-coordinate representation of color #A54FEF: hue angle of 272.25º 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 #A54FEF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 79 239 -
CMYK 0.31 0.67 0 0.06
HSL 272.25º 0.83% 0.62% -
HSV(B) 272.25º 0.67% 0.94% -
XYZ 33.89 19.82 83.7 -
YUV 122.95 193.49 157.99 -
System Red Green Blue C M Y K H S L
Decimal 165 79 239 0.31 0.67 0 0.06 272.25 0.83 0.62
Hex A5 4F EF 1F 43 0 6 110 53 3E
Octal 245 117 357 37 103 0 6 420 123 76
Binary 10100101 1001111 11101111 11111 1000011 0 110 100010000 1010011 111110

Color Harmonies of #A54FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FEF

Black with #A54FEF

Text Example


Text Example

White with #A54FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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