Html Css Color HEX #A85ACF Medium Orchid

📋 copy color: '#A85ACF'

red 168 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #A85ACF

Tints of Medium Orchid #A85ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 36.13%
G = 19.35%
B = 44.52%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A85ACF (or 0xA85ACF) is known color: Medium Orchid. HEX triplet: A8, 5A and CF. RGB value is (168,90,207). Sum of RGB (Red+Green+Blue) = 168+90+207=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A85ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ACF is #57A530. Grayscale: #7E7E7E. Windows color (decimal): -5743921 or 13589160. OLE color: 13589160.

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

Color convert

RGB 168 90 207 -
CMYK 0.19 0.57 0 0.19
HSL 280º 0.55% 0.58% -
HSV(B) 280º 0.57% 0.81% -
XYZ 31.07 20.14 61.28 -
YUV 126.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 168 90 207 0.19 0.57 0 0.19 280 0.55 0.58
Hex A8 5A CF 13 39 0 13 118 37 3A
Octal 250 132 317 23 71 0 23 430 67 72
Binary 10101000 1011010 11001111 10011 111001 0 10011 100011000 110111 111010

Color Harmonies of #A85ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ACF

Black with #A85ACF

Text Example


Text Example

White with #A85ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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