Html Css Color HEX #A54DDE Medium Orchid

📋 copy color: '#A54DDE'

red 165 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #A54DDE

Tints of Medium Orchid #A54DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.59%

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 35.56%
G = 16.59%
B = 47.84%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A54DDE (or 0xA54DDE) is known color: Medium Orchid. HEX triplet: A5, 4D and DE. RGB value is (165,77,222). Sum of RGB (Red+Green+Blue) = 165+77+222=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #A54DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DDE is #5AB221. Grayscale: #777777. Windows color (decimal): -5943842 or 14568869. OLE color: 14568869.

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

Color convert

RGB 165 77 222 -
CMYK 0.26 0.65 0 0.13
HSL 276.41º 0.69% 0.59% -
HSV(B) 276.41º 0.65% 0.87% -
XYZ 31.36 18.58 71.04 -
YUV 119.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 165 77 222 0.26 0.65 0 0.13 276.41 0.69 0.59
Hex A5 4D DE 1A 41 0 D 114 45 3B
Octal 245 115 336 32 101 0 15 424 105 73
Binary 10100101 1001101 11011110 11010 1000001 0 1101 100010100 1000101 111011

Color Harmonies of #A54DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DDE

Black with #A54DDE

Text Example


Text Example

White with #A54DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DDE; }

 p { color: rgb(165,77,222); }

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

background-color css

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

 a { background-color: rgb(165,77,222); }

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

border-color css

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

 span { border-color: rgb(165,77,222); }

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