Html Css Color HEX #A54CE7 Medium Orchid

📋 copy color: '#A54CE7'

red 165 ◦ green 76 ◦ blue 231

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

Shades of Medium Orchid #A54CE7

Tints of Medium Orchid #A54CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 34.96%
G = 16.1%
B = 48.94%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A54CE7 (or 0xA54CE7) is known color: Medium Orchid. HEX triplet: A5, 4C and E7. RGB value is (165,76,231). Sum of RGB (Red+Green+Blue) = 165+76+231=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #A54CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CE7 is #5AB318. Grayscale: #777777. Windows color (decimal): -5944089 or 15158437. OLE color: 15158437.

HSL color Cylindrical-coordinate representation of color #A54CE7: hue angle of 274.45º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54CE7 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 76 231 -
CMYK 0.29 0.67 0 0.09
HSL 274.45º 0.76% 0.6% -
HSV(B) 274.45º 0.67% 0.91% -
XYZ 32.53 18.94 77.54 -
YUV 120.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 165 76 231 0.29 0.67 0 0.09 274.45 0.76 0.6
Hex A5 4C E7 1D 43 0 9 112 4C 3C
Octal 245 114 347 35 103 0 11 422 114 74
Binary 10100101 1001100 11100111 11101 1000011 0 1001 100010010 1001100 111100

Color Harmonies of #A54CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CE7

Black with #A54CE7

Text Example


Text Example

White with #A54CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CE7; }

 p { color: rgb(165,76,231); }

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

background-color css

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

 a { background-color: rgb(165,76,231); }

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

border-color css

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

 span { border-color: rgb(165,76,231); }

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