Html Css Color HEX #A858CD Medium Orchid

📋 copy color: '#A858CD'

red 168 ◦ green 88 ◦ blue 205

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

Shades of Medium Orchid #A858CD

Tints of Medium Orchid #A858CD

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

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

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

R = 36.44%
G = 19.09%
B = 44.47%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A858CD (or 0xA858CD) is known color: Medium Orchid. HEX triplet: A8, 58 and CD. RGB value is (168,88,205). Sum of RGB (Red+Green+Blue) = 168+88+205=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #A858CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A858CD is #57A732. Grayscale: #7C7C7C. Windows color (decimal): -5744435 or 13457576. OLE color: 13457576.

HSL color Cylindrical-coordinate representation of color #A858CD: hue angle of 281.03º 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 #A858CD is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 88 205 -
CMYK 0.18 0.57 0 0.20
HSL 281.03º 0.54% 0.57% -
HSV(B) 281.03º 0.57% 0.8% -
XYZ 30.66 19.71 59.95 -
YUV 125.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 168 88 205 0.18 0.57 0 0.20 281.03 0.54 0.57
Hex A8 58 CD 12 39 0 14 119 36 39
Octal 250 130 315 22 71 0 24 431 66 71
Binary 10101000 1011000 11001101 10010 111001 0 10100 100011001 110110 111001

Color Harmonies of #A858CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A858CD

Black with #A858CD

Text Example


Text Example

White with #A858CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A858CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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