Html Css Color HEX #A547EB Medium Orchid

📋 copy color: '#A547EB'

red 165 ◦ green 71 ◦ blue 235

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

Shades of Medium Orchid #A547EB

Tints of Medium Orchid #A547EB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.07%

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 35.03%
G = 15.07%
B = 49.89%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A547EB (or 0xA547EB) is known color: Medium Orchid. HEX triplet: A5, 47 and EB. RGB value is (165,71,235). Sum of RGB (Red+Green+Blue) = 165+71+235=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #A547EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547EB is #5AB814. Grayscale: #757575. Windows color (decimal): -5945365 or 15419301. OLE color: 15419301.

HSL color Cylindrical-coordinate representation of color #A547EB: hue angle of 274.39º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A547EB is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 71 235 -
CMYK 0.30 0.70 0 0.08
HSL 274.39º 0.8% 0.6% -
HSV(B) 274.39º 0.7% 0.92% -
XYZ 32.77 18.5 80.44 -
YUV 117.8 194.14 161.66 -
System Red Green Blue C M Y K H S L
Decimal 165 71 235 0.30 0.70 0 0.08 274.39 0.8 0.6
Hex A5 47 EB 1E 46 0 8 112 50 3C
Octal 245 107 353 36 106 0 10 422 120 74
Binary 10100101 1000111 11101011 11110 1000110 0 1000 100010010 1010000 111100

Color Harmonies of #A547EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547EB

Black with #A547EB

Text Example


Text Example

White with #A547EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547EB; }

 p { color: rgb(165,71,235); }

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

background-color css

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

 a { background-color: rgb(165,71,235); }

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

border-color css

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

 span { border-color: rgb(165,71,235); }

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