Html Css Color HEX #A85ACC Medium Orchid

📋 copy color: '#A85ACC'

red 168 ◦ green 90 ◦ blue 204

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

Shades of Medium Orchid #A85ACC

Tints of Medium Orchid #A85ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 36.36%
G = 19.48%
B = 44.16%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A85ACC (or 0xA85ACC) is known color: Medium Orchid. HEX triplet: A8, 5A and CC. RGB value is (168,90,204). Sum of RGB (Red+Green+Blue) = 168+90+204=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #A85ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ACC is #57A533. Grayscale: #7D7D7D. Windows color (decimal): -5743924 or 13392552. OLE color: 13392552.

HSL color Cylindrical-coordinate representation of color #A85ACC: hue angle of 281.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A85ACC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 90 204 -
CMYK 0.18 0.56 0 0.2
HSL 281.05º 0.53% 0.58% -
HSV(B) 281.05º 0.56% 0.8% -
XYZ 30.7 20 59.37 -
YUV 126.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 168 90 204 0.18 0.56 0 0.2 281.05 0.53 0.58
Hex A8 5A CC 12 38 0 14 119 35 3A
Octal 250 132 314 22 70 0 24 431 65 72
Binary 10101000 1011010 11001100 10010 111000 0 10100 100011001 110101 111010

Color Harmonies of #A85ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ACC

Black with #A85ACC

Text Example


Text Example

White with #A85ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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