Html Css Color HEX #A54BDF Medium Orchid

📋 copy color: '#A54BDF'

red 165 ◦ green 75 ◦ blue 223

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

Shades of Medium Orchid #A54BDF

Tints of Medium Orchid #A54BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 35.64%
G = 16.2%
B = 48.16%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A54BDF (or 0xA54BDF) is known color: Medium Orchid. HEX triplet: A5, 4B and DF. RGB value is (165,75,223). Sum of RGB (Red+Green+Blue) = 165+75+223=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #A54BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BDF is #5AB420. Grayscale: #767676. Windows color (decimal): -5944353 or 14633893. OLE color: 14633893.

HSL color Cylindrical-coordinate representation of color #A54BDF: hue angle of 276.49º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54BDF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 75 223 -
CMYK 0.26 0.66 0 0.13
HSL 276.49º 0.7% 0.58% -
HSV(B) 276.49º 0.66% 0.87% -
XYZ 31.35 18.36 71.7 -
YUV 118.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 165 75 223 0.26 0.66 0 0.13 276.49 0.7 0.58
Hex A5 4B DF 1A 42 0 D 114 46 3A
Octal 245 113 337 32 102 0 15 424 106 72
Binary 10100101 1001011 11011111 11010 1000010 0 1101 100010100 1000110 111010

Color Harmonies of #A54BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BDF

Black with #A54BDF

Text Example


Text Example

White with #A54BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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