Html Css Color HEX #A54BE6 Medium Orchid

📋 copy color: '#A54BE6'

red 165 ◦ green 75 ◦ blue 230

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

Shades of Medium Orchid #A54BE6

Tints of Medium Orchid #A54BE6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 35.11%
G = 15.96%
B = 48.94%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A54BE6 (or 0xA54BE6) is known color: Medium Orchid. HEX triplet: A5, 4B and E6. RGB value is (165,75,230). Sum of RGB (Red+Green+Blue) = 165+75+230=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #A54BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BE6 is #5AB419. Grayscale: #777777. Windows color (decimal): -5944346 or 15092645. OLE color: 15092645.

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

Color convert

RGB 165 75 230 -
CMYK 0.28 0.67 0 0.10
HSL 274.84º 0.76% 0.6% -
HSV(B) 274.84º 0.67% 0.9% -
XYZ 32.32 18.74 76.78 -
YUV 119.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 165 75 230 0.28 0.67 0 0.10 274.84 0.76 0.6
Hex A5 4B E6 1C 43 0 A 113 4C 3C
Octal 245 113 346 34 103 0 12 423 114 74
Binary 10100101 1001011 11100110 11100 1000011 0 1010 100010011 1001100 111100

Color Harmonies of #A54BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BE6

Black with #A54BE6

Text Example


Text Example

White with #A54BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BE6; }

 p { color: rgb(165,75,230); }

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

background-color css

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

 a { background-color: rgb(165,75,230); }

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

border-color css

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

 span { border-color: rgb(165,75,230); }

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