Html Css Color HEX #A54BEA Medium Orchid

📋 copy color: '#A54BEA'

red 165 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #A54BEA

Tints of Medium Orchid #A54BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 34.81%
G = 15.82%
B = 49.37%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A54BEA (or 0xA54BEA) is known color: Medium Orchid. HEX triplet: A5, 4B and EA. RGB value is (165,75,234). Sum of RGB (Red+Green+Blue) = 165+75+234=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #A54BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BEA is #5AB415. Grayscale: #777777. Windows color (decimal): -5944342 or 15354789. OLE color: 15354789.

HSL color Cylindrical-coordinate representation of color #A54BEA: hue angle of 273.96º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54BEA is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 75 234 -
CMYK 0.29 0.68 0 0.08
HSL 273.96º 0.79% 0.61% -
HSV(B) 273.96º 0.68% 0.92% -
XYZ 32.88 18.97 79.77 -
YUV 120.04 192.32 160.07 -
System Red Green Blue C M Y K H S L
Decimal 165 75 234 0.29 0.68 0 0.08 273.96 0.79 0.61
Hex A5 4B EA 1D 44 0 8 112 4F 3D
Octal 245 113 352 35 104 0 10 422 117 75
Binary 10100101 1001011 11101010 11101 1000100 0 1000 100010010 1001111 111101

Color Harmonies of #A54BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BEA

Black with #A54BEA

Text Example


Text Example

White with #A54BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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