Html Css Color HEX #A54AE0 Medium Orchid

📋 copy color: '#A54AE0'

red 165 ◦ green 74 ◦ blue 224

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

Shades of Medium Orchid #A54AE0

Tints of Medium Orchid #A54AE0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.98%

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 35.64%
G = 15.98%
B = 48.38%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A54AE0 (or 0xA54AE0) is known color: Medium Orchid. HEX triplet: A5, 4A and E0. RGB value is (165,74,224). Sum of RGB (Red+Green+Blue) = 165+74+224=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #A54AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54AE0 is #5AB51F. Grayscale: #757575. Windows color (decimal): -5944608 or 14699173. OLE color: 14699173.

HSL color Cylindrical-coordinate representation of color #A54AE0: hue angle of 276.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54AE0 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 74 224 -
CMYK 0.26 0.67 0 0.12
HSL 276.4º 0.71% 0.58% -
HSV(B) 276.4º 0.67% 0.88% -
XYZ 31.42 18.28 72.39 -
YUV 118.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 165 74 224 0.26 0.67 0 0.12 276.4 0.71 0.58
Hex A5 4A E0 1A 43 0 C 114 47 3A
Octal 245 112 340 32 103 0 14 424 107 72
Binary 10100101 1001010 11100000 11010 1000011 0 1100 100010100 1000111 111010

Color Harmonies of #A54AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AE0

Black with #A54AE0

Text Example


Text Example

White with #A54AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AE0; }

 p { color: rgb(165,74,224); }

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

background-color css

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

 a { background-color: rgb(165,74,224); }

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

border-color css

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

 span { border-color: rgb(165,74,224); }

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