Html Css Color HEX #A547E8 Medium Orchid

📋 copy color: '#A547E8'

red 165 ◦ green 71 ◦ blue 232

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

Shades of Medium Orchid #A547E8

Tints of Medium Orchid #A547E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.57%

R = 35.26%
G = 15.17%
B = 49.57%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A547E8 (or 0xA547E8) is known color: Medium Orchid. HEX triplet: A5, 47 and E8. RGB value is (165,71,232). Sum of RGB (Red+Green+Blue) = 165+71+232=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #A547E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A547E8 is #5AB817. Grayscale: #747474. Windows color (decimal): -5945368 or 15222693. OLE color: 15222693.

HSL color Cylindrical-coordinate representation of color #A547E8: hue angle of 275.03º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A547E8 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 71 232 -
CMYK 0.29 0.69 0 0.09
HSL 275.03º 0.78% 0.59% -
HSV(B) 275.03º 0.69% 0.91% -
XYZ 32.34 18.33 78.18 -
YUV 117.46 192.64 161.91 -
System Red Green Blue C M Y K H S L
Decimal 165 71 232 0.29 0.69 0 0.09 275.03 0.78 0.59
Hex A5 47 E8 1D 45 0 9 113 4E 3B
Octal 245 107 350 35 105 0 11 423 116 73
Binary 10100101 1000111 11101000 11101 1000101 0 1001 100010011 1001110 111011

Color Harmonies of #A547E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A547E8

Black with #A547E8

Text Example


Text Example

White with #A547E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A547E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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