Html Css Color HEX #A54BED Medium Orchid

📋 copy color: '#A54BED'

red 165 ◦ green 75 ◦ blue 237

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

Shades of Medium Orchid #A54BED

Tints of Medium Orchid #A54BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 34.59%
G = 15.72%
B = 49.69%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A54BED (or 0xA54BED) is known color: Medium Orchid. HEX triplet: A5, 4B and ED. RGB value is (165,75,237). Sum of RGB (Red+Green+Blue) = 165+75+237=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #A54BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54BED is #5AB412. Grayscale: #777777. Windows color (decimal): -5944339 or 15551397. OLE color: 15551397.

HSL color Cylindrical-coordinate representation of color #A54BED: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54BED is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 75 237 -
CMYK 0.30 0.68 0 0.07
HSL 273.33º 0.82% 0.61% -
HSV(B) 273.33º 0.68% 0.93% -
XYZ 33.32 19.15 82.06 -
YUV 120.38 193.82 159.83 -
System Red Green Blue C M Y K H S L
Decimal 165 75 237 0.30 0.68 0 0.07 273.33 0.82 0.61
Hex A5 4B ED 1E 44 0 7 111 52 3D
Octal 245 113 355 36 104 0 7 421 122 75
Binary 10100101 1001011 11101101 11110 1000100 0 111 100010001 1010010 111101

Color Harmonies of #A54BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BED

Black with #A54BED

Text Example


Text Example

White with #A54BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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