Html Css Color HEX #A758D7 Medium Orchid

📋 copy color: '#A758D7'

red 167 ◦ green 88 ◦ blue 215

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

Shades of Medium Orchid #A758D7

Tints of Medium Orchid #A758D7

RGB

 RED value IS 167 (65.63% from 255) = 35.53%

 GREEN value IS 88 (34.77% from 255) = 18.72%

 BLUE value IS 215 (84.38% from 255) = 45.74%

R = 35.53%
G = 18.72%
B = 45.74%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A758D7 (or 0xA758D7) is known color: Medium Orchid. HEX triplet: A7, 58 and D7. RGB value is (167,88,215). Sum of RGB (Red+Green+Blue) = 167+88+215=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #A758D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758D7 is #58A728. Grayscale: #7D7D7D. Windows color (decimal): -5809961 or 14112935. OLE color: 14112935.

HSL color Cylindrical-coordinate representation of color #A758D7: hue angle of 277.32º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A758D7 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 88 215 -
CMYK 0.22 0.59 0 0.16
HSL 277.32º 0.61% 0.59% -
HSV(B) 277.32º 0.59% 0.84% -
XYZ 31.69 20.1 66.5 -
YUV 126.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 167 88 215 0.22 0.59 0 0.16 277.32 0.61 0.59
Hex A7 58 D7 16 3B 0 10 115 3D 3B
Octal 247 130 327 26 73 0 20 425 75 73
Binary 10100111 1011000 11010111 10110 111011 0 10000 100010101 111101 111011

Color Harmonies of #A758D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758D7

Black with #A758D7

Text Example


Text Example

White with #A758D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758D7; }

 p { color: rgb(167,88,215); }

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

background-color css

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

 a { background-color: rgb(167,88,215); }

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

border-color css

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

 span { border-color: rgb(167,88,215); }

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