Html Css Color HEX #A54BDC Medium Orchid

📋 copy color: '#A54BDC'

red 165 ◦ green 75 ◦ blue 220

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

Shades of Medium Orchid #A54BDC

Tints of Medium Orchid #A54BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 35.87%
G = 16.3%
B = 47.83%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A54BDC (or 0xA54BDC) is known color: Medium Orchid. HEX triplet: A5, 4B and DC. RGB value is (165,75,220). Sum of RGB (Red+Green+Blue) = 165+75+220=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #A54BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BDC is #5AB423. Grayscale: #757575. Windows color (decimal): -5944356 or 14437285. OLE color: 14437285.

HSL color Cylindrical-coordinate representation of color #A54BDC: hue angle of 277.24º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54BDC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 75 220 -
CMYK 0.25 0.66 0 0.14
HSL 277.24º 0.67% 0.58% -
HSV(B) 277.24º 0.66% 0.86% -
XYZ 30.95 18.2 69.59 -
YUV 118.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 165 75 220 0.25 0.66 0 0.14 277.24 0.67 0.58
Hex A5 4B DC 19 42 0 E 115 43 3A
Octal 245 113 334 31 102 0 16 425 103 72
Binary 10100101 1001011 11011100 11001 1000010 0 1110 100010101 1000011 111010

Color Harmonies of #A54BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BDC

Black with #A54BDC

Text Example


Text Example

White with #A54BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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