Html Css Color HEX #A54CEB Medium Orchid

📋 copy color: '#A54CEB'

red 165 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #A54CEB

Tints of Medium Orchid #A54CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 34.66%
G = 15.97%
B = 49.37%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A54CEB (or 0xA54CEB) is known color: Medium Orchid. HEX triplet: A5, 4C and EB. RGB value is (165,76,235). Sum of RGB (Red+Green+Blue) = 165+76+235=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #A54CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CEB is #5AB314. Grayscale: #787878. Windows color (decimal): -5944085 or 15420581. OLE color: 15420581.

HSL color Cylindrical-coordinate representation of color #A54CEB: hue angle of 273.58º degrees, saturation: 0.8, 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 #A54CEB is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 76 235 -
CMYK 0.30 0.68 0 0.08
HSL 273.58º 0.8% 0.61% -
HSV(B) 273.58º 0.68% 0.92% -
XYZ 33.1 19.17 80.55 -
YUV 120.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 165 76 235 0.30 0.68 0 0.08 273.58 0.8 0.61
Hex A5 4C EB 1E 44 0 8 112 50 3D
Octal 245 114 353 36 104 0 10 422 120 75
Binary 10100101 1001100 11101011 11110 1000100 0 1000 100010010 1010000 111101

Color Harmonies of #A54CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CEB

Black with #A54CEB

Text Example


Text Example

White with #A54CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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