Html Css Color HEX #A758CD Medium Orchid

📋 copy color: '#A758CD'

red 167 ◦ green 88 ◦ blue 205

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

Shades of Medium Orchid #A758CD

Tints of Medium Orchid #A758CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 36.3%
G = 19.13%
B = 44.57%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A758CD (or 0xA758CD) is known color: Medium Orchid. HEX triplet: A7, 58 and CD. RGB value is (167,88,205). Sum of RGB (Red+Green+Blue) = 167+88+205=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #A758CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A758CD is #58A732. Grayscale: #7C7C7C. Windows color (decimal): -5809971 or 13457575. OLE color: 13457575.

HSL color Cylindrical-coordinate representation of color #A758CD: hue angle of 280.51º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A758CD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 88 205 -
CMYK 0.19 0.57 0 0.20
HSL 280.51º 0.54% 0.57% -
HSV(B) 280.51º 0.57% 0.8% -
XYZ 30.45 19.6 59.94 -
YUV 124.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 167 88 205 0.19 0.57 0 0.20 280.51 0.54 0.57
Hex A7 58 CD 13 39 0 14 119 36 39
Octal 247 130 315 23 71 0 24 431 66 71
Binary 10100111 1011000 11001101 10011 111001 0 10100 100011001 110110 111001

Color Harmonies of #A758CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A758CD

Black with #A758CD

Text Example


Text Example

White with #A758CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A758CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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