Html Css Color HEX #A846CC Medium Orchid

📋 copy color: '#A846CC'

red 168 ◦ green 70 ◦ blue 204

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

Shades of Medium Orchid #A846CC

Tints of Medium Orchid #A846CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.84%

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

R = 38.01%
G = 15.84%
B = 46.15%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A846CC (or 0xA846CC) is known color: Medium Orchid. HEX triplet: A8, 46 and CC. RGB value is (168,70,204). Sum of RGB (Red+Green+Blue) = 168+70+204=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #A846CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846CC is #57B933. Grayscale: #727272. Windows color (decimal): -5749044 or 13387432. OLE color: 13387432.

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

Color convert

RGB 168 70 204 -
CMYK 0.18 0.66 0 0.2
HSL 283.88º 0.57% 0.54% -
HSV(B) 283.88º 0.66% 0.8% -
XYZ 29.24 17.06 58.88 -
YUV 114.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 168 70 204 0.18 0.66 0 0.2 283.88 0.57 0.54
Hex A8 46 CC 12 42 0 14 11C 39 36
Octal 250 106 314 22 102 0 24 434 71 66
Binary 10101000 1000110 11001100 10010 1000010 0 10100 100011100 111001 110110

Color Harmonies of #A846CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846CC

Black with #A846CC

Text Example


Text Example

White with #A846CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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