Html Css Color HEX #A85ACB Medium Orchid

📋 copy color: '#A85ACB'

red 168 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #A85ACB

Tints of Medium Orchid #A85ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 36.44%
G = 19.52%
B = 44.03%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A85ACB (or 0xA85ACB) is known color: Medium Orchid. HEX triplet: A8, 5A and CB. RGB value is (168,90,203). Sum of RGB (Red+Green+Blue) = 168+90+203=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #A85ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ACB is #57A534. Grayscale: #7D7D7D. Windows color (decimal): -5743925 or 13327016. OLE color: 13327016.

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

Color convert

RGB 168 90 203 -
CMYK 0.17 0.56 0 0.20
HSL 281.42º 0.52% 0.57% -
HSV(B) 281.42º 0.56% 0.8% -
XYZ 30.58 19.95 58.74 -
YUV 126.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 168 90 203 0.17 0.56 0 0.20 281.42 0.52 0.57
Hex A8 5A CB 11 38 0 14 119 34 39
Octal 250 132 313 21 70 0 24 431 64 71
Binary 10101000 1011010 11001011 10001 111000 0 10100 100011001 110100 111001

Color Harmonies of #A85ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ACB

Black with #A85ACB

Text Example


Text Example

White with #A85ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ACB; }

 p { color: rgb(168,90,203); }

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

background-color css

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

 a { background-color: rgb(168,90,203); }

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

border-color css

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

 span { border-color: rgb(168,90,203); }

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